Old 11-21-2003   #1 (permalink)
Incredible Indelible Etiquette
 
Young Spartan's Avatar
 
Join Date: Oct 2003
Location: Hobe Sound, Florida
Posts: 1,751

Send a message via AIM to Young Spartan Send a message via MSN to Young Spartan Send a message via Yahoo to Young Spartan
CSS Help Needed

CSS File:
Quote:
a:link { color : black; text-decoration : underline; }
a:active { color : black; text-decoration : underline; }
a:visited { color : black; text-decoration : underline; }
a:hover { color : black; text-decoration : none; }
View Problem: www.AlexStanford.com

When my links are unviewed they are blue, once viewed they go to black. Why is this? I want them always black, and have an underline unless hovered.

Please inform me ASAP.

Thanks in advance,
Alex
Young Spartan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-22-2003   #2 (permalink)
Local Biorust Beast
 
Order's Avatar
 
Join Date: Oct 2003
Location: San Diego, CA, USA
Posts: 2,253

Send a message via AIM to Order Send a message via MSN to Order Send a message via Yahoo to Order
Instead of having different a:'s, just include the link, visited, active into this

Quote:
a { color: black; text-decoration: underline }
And leave the hover alone, just combine the first three, this should save you a lot of trouble, and solve that issue.
__________________
Order is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-22-2003   #3 (permalink)
Incredible Indelible Etiquette
 
Young Spartan's Avatar
 
Join Date: Oct 2003
Location: Hobe Sound, Florida
Posts: 1,751

Send a message via AIM to Young Spartan Send a message via MSN to Young Spartan Send a message via Yahoo to Young Spartan
Quote:
Originally posted by Digital
Instead of having different a:'s, just include the link, visited, active into this



And leave the hover alone, just combine the first three, this should save you a lot of trouble, and solve that issue.
Don't quite get it..

delete the three lines and put "a { color: black; text-decoration: underline }" in while leaving hover alone?
Young Spartan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-22-2003   #4 (permalink)
Local Biorust Beast
 
Order's Avatar
 
Join Date: Oct 2003
Location: San Diego, CA, USA
Posts: 2,253

Send a message via AIM to Order Send a message via MSN to Order Send a message via Yahoo to Order
Quote:
Originally posted by TekVex
Don't quite get it..

delete the three lines and put "a { color: black; text-decoration: underline }" in while leaving hover alone?
correct, so instead of what you have, put this instead:

PHP Code:
color blacktext-decoration underline; }
a:hover color blacktext-decoration none; } 
__________________
Order is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 10:01 AM.
Content Relevant URLs by vBSEO 3.2.0

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT