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 Link to comment https://forums.phpfreaks.com/topic/182258-tdhovhoverbackground-color-does-not-work-for-ie-6/ Share on other sites More sharing options...
FaT3oYCG Posted November 20, 2009 Share Posted November 20, 2009 have you tried td:hover ? Link to comment https://forums.phpfreaks.com/topic/182258-tdhovhoverbackground-color-does-not-work-for-ie-6/#findComment-961872 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{...} Link to comment https://forums.phpfreaks.com/topic/182258-tdhovhoverbackground-color-does-not-work-for-ie-6/#findComment-961875 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. Link to comment https://forums.phpfreaks.com/topic/182258-tdhovhoverbackground-color-does-not-work-for-ie-6/#findComment-961932 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 Link to comment https://forums.phpfreaks.com/topic/182258-tdhovhoverbackground-color-does-not-work-for-ie-6/#findComment-961945 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. Link to comment https://forums.phpfreaks.com/topic/182258-tdhovhoverbackground-color-does-not-work-for-ie-6/#findComment-962101 Share on other sites More sharing options...
FaT3oYCG Posted November 20, 2009 Share Posted November 20, 2009 Or not support IE6 . Link to comment https://forums.phpfreaks.com/topic/182258-tdhovhoverbackground-color-does-not-work-for-ie-6/#findComment-962136 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.