aggrav8d Posted November 19, 2009 Share Posted November 19, 2009 http://gih.reverb-marketing.com/pages/home The menus work in everything but IE6. I added a jquery version of the CSS :hover fix and tested it in firefox. Unfortunately, the fix doesn't help IE6. Please, can you tell me how to fix this? I'm tearing my hair out here. Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/182086-ie6-css-menu-hover-problem/ Share on other sites More sharing options...
haku Posted November 19, 2009 Share Posted November 19, 2009 I didn't look at your page, but :hover only works on <a> tags in IE6, so if you have tried to use it on anything else, it won't work. The solution is either to expand your <a> tag to be the size of the element it is inside, and move the :hover tag to the <a> tag, or if you can't do that then you need to use javascript. Quote Link to comment https://forums.phpfreaks.com/topic/182086-ie6-css-menu-hover-problem/#findComment-960611 Share on other sites More sharing options...
aggrav8d Posted November 19, 2009 Author Share Posted November 19, 2009 the jQuery CSS hover fix adds the class "hover" to any li that I hover the mouse over, in effect replacing the :hover tag in CSS. I believe this is the same javascript you're talking about. Quote Link to comment https://forums.phpfreaks.com/topic/182086-ie6-css-menu-hover-problem/#findComment-960801 Share on other sites More sharing options...
haku Posted November 19, 2009 Share Posted November 19, 2009 Ahh, that would probably be it. Unfortunately I don't have IE6 to test on right now, so I can't look at it for you. Quote Link to comment https://forums.phpfreaks.com/topic/182086-ie6-css-menu-hover-problem/#findComment-960941 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.