Home
Color question
hi searchey!
you develop multiple classes for the a:link like this:
[code:1:4d4f212aae]a.maroon:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FAEFCD;
}
a.maroon:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #872804;
}
a.maroon:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
a.maroon:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FAEFCD;;
}
[/code:1:4d4f212aae]
then you call the class like this: [code:1:4d4f212aae]<a href="/index.html" class="maroon">My Widgets</a>[/code:1:4d4f212aae]
works great!
Thank you for the brilliant answer Edwin.
I copied and pasted it and it worked perfect. I think I will have you do all my homework assignments from now on!
[quote:c9fa7135d1="Searchey"]Thank you for the brilliant answer Edwin.
[/quote:c9fa7135d1]
no problem. that's my specialty :)