Current location: Hot Scripts Forums » General Web Coding » CSS » A:Hover difference in IE and Firefox


A:Hover difference in IE and Firefox

Reply
  #1 (permalink)  
Old 10-06-06, 10:10 AM
djhlhn's Avatar
djhlhn djhlhn is offline
Newbie Coder
 
Join Date: Sep 2006
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
A:Hover difference in IE and Firefox

For some reason, my a:hover(after a link is visited once with a:visted)... color changes work in ie and not in firefox...take a look:
http://davidhulihan.com/projects

the code looks like:

Code:
a:link
{
color:#003300;
text-decoration:none
}
a:hover
{
color:#FF0000;
text-decoration:none;
}
a:visited
{
color:#003300;
text-decoration:none;
}

Last edited by nico_swd; 10-06-06 at 10:24 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 10-06-06, 10:34 AM
mab's Avatar
mab mab is offline
Community VIP
 
Join Date: Oct 2005
Location: Denver, Co. USA
Posts: 2,674
Thanks: 0
Thanked 0 Times in 0 Posts
Check out the notes at this link about the order of the CSS definitions -
http://www.w3schools.com/css/css_pseudo_classes.asp
__________________
Error checking, error reporting, and error recovery. If your code does not have these to get it to tell you why it is not working, what makes you think someone in a programming forum will be able to tell you why it is not working???
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 10-06-06, 12:31 PM
djhlhn's Avatar
djhlhn djhlhn is offline
Newbie Coder
 
Join Date: Sep 2006
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
I'll try it, thx!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump


All times are GMT -5. The time now is 01:07 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.