robert_gsfame Posted November 20, 2009 Share Posted November 20, 2009 I wish to know whether it is possible to have td hover works in both IE and Mozilla.. If i use this td.hov a:hover{background-color: #990000;}, then this will hover background limited to <a> but not <td> Thx in advance Quote Link to comment Share on other sites More sharing options...
FaT3oYCG Posted November 20, 2009 Share Posted November 20, 2009 have you tried td:hover ? Quote Link to comment Share on other sites More sharing options...
dgoosens Posted November 20, 2009 Share Posted November 20, 2009 td.hov a:hover{background-color: #990000;}, then this will hover background limited to <a> but not <td> that's because that is what you want from reading you style line you tell the hover applies only to "a" try td.hov:hover{...} Quote Link to comment Share on other sites More sharing options...
haku Posted November 20, 2009 Share Posted November 20, 2009 :hover only works on <a> tags in IE6. If you want to set :hover on anything else in IE6, you will have to use a javascript fix. Quote Link to comment Share on other sites More sharing options...
robert_gsfame Posted November 20, 2009 Author Share Posted November 20, 2009 anymore ideas, i wish to have my td hover works on any browsers Quote Link to comment Share on other sites More sharing options...
haku Posted November 20, 2009 Share Posted November 20, 2009 :hover only works on <a> tags in IE6. If you want to set :hover on anything else in IE6, you will have to use a javascript fix. Quote Link to comment Share on other sites More sharing options...
FaT3oYCG Posted November 20, 2009 Share Posted November 20, 2009 Or not support IE6 . Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.