egurusoft Posted September 17, 2012 Share Posted September 17, 2012 Hi I just noticed drop down menu is not working properly in IE9 http://smartdisplay.no (Check in second line menu) I have tested it before and it was working there but not now not sure what went wrong. Looks like some javascript issue but not sure Please help me Quote Link to comment https://forums.phpfreaks.com/topic/268451-dropdown-menus-ie9-not-working/ Share on other sites More sharing options...
Christian F. Posted September 17, 2012 Share Posted September 17, 2012 If you check with the developer tools for your browser (Firebug if Firefox, Firefly if Opera, etc) then it should tell you exactly what fails. Once you know that, it should be quite simple to fix it. At least it'll be a lot easier, as you'll have something to work from. Quote Link to comment https://forums.phpfreaks.com/topic/268451-dropdown-menus-ie9-not-working/#findComment-1378541 Share on other sites More sharing options...
Adam Posted September 17, 2012 Share Posted September 17, 2012 That screenshot doesn't explain at all what's not working. Quote Link to comment https://forums.phpfreaks.com/topic/268451-dropdown-menus-ie9-not-working/#findComment-1378580 Share on other sites More sharing options...
gizmola Posted September 20, 2012 Share Posted September 20, 2012 That screenshot doesn't explain at all what's not working. I think what he's saying is that the 3 items should be part of a single drop down menu, but instead they are displaying horizontally in IE9. Quote Link to comment https://forums.phpfreaks.com/topic/268451-dropdown-menus-ie9-not-working/#findComment-1379501 Share on other sites More sharing options...
Christian F. Posted September 20, 2012 Share Posted September 20, 2012 I've attached a screenshot of how it should look, in case someone else is wondering about it. egurusoft: I tried to take a look at the problem, but with the sheer number of (badly) named classes, inline styles and JS involved I didn't have the time nor desire to dig into this. What I did notice is that you've done it way more complicated than what you needed to do, and in a manner which does not degrade gracefully. I strongly recommend that you look into the "Suckerfish" method, as it will give you a basic and properly functioning hover-menu. Then you just need some JS to add the sliding effects to it. Quote Link to comment https://forums.phpfreaks.com/topic/268451-dropdown-menus-ie9-not-working/#findComment-1379514 Share on other sites More sharing options...
Adam Posted September 20, 2012 Share Posted September 20, 2012 That screenshot doesn't explain at all what's not working. I think what he's saying is that the 3 items should be part of a single drop down menu, but instead they are displaying horizontally in IE9. Ah yes. I don't know how I didn't realise that Quote Link to comment https://forums.phpfreaks.com/topic/268451-dropdown-menus-ie9-not-working/#findComment-1379542 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.