GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   are u good at css styles? (https://gfy.com/showthread.php?t=503732)

eiht_98 08-15-2005 04:52 AM

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?

Stamen 08-15-2005 05:09 AM

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

eiht_98 08-15-2005 05:18 AM

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