![]() |
are u good at css styles?
I need some help. I would like to have different link types but I don't know how to do it. My links are now defined with the standard css tags:
a:link { font-family: Georgia, Times New Roman, Times, serif; font-size: small; font-style: normal; font-weight: normal; color: #669900; text-decoration: none; } ..and so on..... What do I have to do if I want to have a set of links that would look different then the others? |
If you want to specify a link type then give it a class like this:
A:link.white {color:#FFFFFF;} A:visited.white {color:#FFFFFF;} A:active.white {color:#FFFFFF;} A:hover.white {color:#FFFFFF;} Then just throw class="white" into the A tag in the HTML |
thanks man
|
All times are GMT -7. The time now is 02:07 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123