Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 08-15-2005, 04:52 AM   #1
eiht_98
Confirmed User
 
Join Date: Jan 2001
Location: EU
Posts: 6,103
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?
eiht_98 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-15-2005, 05:09 AM   #2
Stamen
Confirmed User
 
Join Date: Aug 2004
Location: Vegas
Posts: 698
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
__________________
Show me the pistil porn!
Stamen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-15-2005, 05:18 AM   #3
eiht_98
Confirmed User
 
Join Date: Jan 2001
Location: EU
Posts: 6,103
thanks man
eiht_98 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.