Reply
Old 05-25-2004, 02:33 AM a.visited
Junior Talker

Posts: 1
im just learning some html style, and this one tag is really bugging me.

i basically want to kill the "a.visited" attribute, i just dont want my links to be seen as "visited".

is there anyway to have a "visited" link with the "a.hover" attrribute still active?

James
Saltmedia
Saltmedia is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 05-25-2004, 09:58 AM
TheX's Avatar
Skilled Talker

Posts: 99
Location: NYC
yes:

Code:
a {
text-decoration: none;
}

a:link {
color: #00f;
background: transparent;
}

a:visited {
color: #006;
background: transparent;
}

a:active {
color: #ff5f00;
background: transparent;
}

a:hover {
color: #999;
background: transparent;
}
Just change the colors to match.
TheX is offline
Reply With Quote
View Public Profile Visit TheX's homepage!
 
Reply     « Reply to a.visited
 

Thread Tools

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

vB 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.10449 seconds with 12 queries