Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
hover links, visited links help
Old 07-14-2006, 08:25 PM hover links, visited links help
Skilled Talker

Posts: 97
Trades: 0
ok the links at the top of my site
http://www.animelink.be/beta/index.php

are pretty cool

anyway when you hover, the text color should be black
but after you visit the link, it stays gray but it shows the underline

heres the code

Code:
#links a:link {
  font-weight: bold;
  text-decoration: none;
  color: #999FAD;
  background-color: #DDDDDD;
}

#links a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background-color: #DDDDDD;
  border-bottom: 4px solid #000;
}

#links a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #999FAD;
  background-color: #DDDDDD;
}
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
raptrex is offline
Reply With Quote
View Public Profile Visit raptrex's homepage!
 
 
Register now for full access!
Old 07-14-2006, 11:48 PM Re: hover links, visited links help
vangogh's Avatar
Post Impressionist

Posts: 10,688
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
The code is right, but they need to come in the right order.

a:link
a:visited
a:hover:
a:active (if you were using this one)

Move your #links a:hover after the #links a:visited and it should work.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 07-14-2006, 11:55 PM Re: hover links, visited links help
Skilled Talker

Posts: 97
Trades: 0
thx man!
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
raptrex is offline
Reply With Quote
View Public Profile Visit raptrex's homepage!
 
Old 07-14-2006, 11:58 PM Re: hover links, visited links help
vangogh's Avatar
Post Impressionist

Posts: 10,688
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
Looks like it's working now. Glad I could help.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 07-15-2006, 04:52 PM Re: hover links, visited links help
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Just remember : LoVeHAte .. link, visited, hover, active
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to hover links, visited links help
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.16744 seconds with 12 queries