jaymc Posted October 19, 2008 Share Posted October 19, 2008 I have a CSS menu which drops down a floatig menu when you hover Works fine, however, in IE 6 the drop down menu sits behind any HTML SELECT drop down menus in the way I think this is a known issue, it cant be fixed with z-index due to the way ie6 renders form elements i think How can I fix this? I think there is some javascript that will hide all selects on a page when the css menu is called, then display them again But I'd rather not use javascript.. is there a better more universal solution for this? Quote Link to comment https://forums.phpfreaks.com/topic/129132-css-drop-down-and-select/ Share on other sites More sharing options...
JasonLewis Posted October 20, 2008 Share Posted October 20, 2008 I wouldn't bother, really. If there is a solution then your best friend would be Google. I don't know of any solution. But my suggestion is for something like that, don't bother with it. It's just too frustrating to make things work properly in IE6 sometimes. Quote Link to comment https://forums.phpfreaks.com/topic/129132-css-drop-down-and-select/#findComment-669884 Share on other sites More sharing options...
jaymc Posted October 20, 2008 Author Share Posted October 20, 2008 Yeh I would like to say goodbye to ie6 but 25% of my IE users are still on IE6! Quote Link to comment https://forums.phpfreaks.com/topic/129132-css-drop-down-and-select/#findComment-670085 Share on other sites More sharing options...
valtido Posted October 24, 2008 Share Posted October 24, 2008 like you said use z-index: 10000; if it dont work then you should probably use the javascript or make the select z-index smaller like z-index: 2; Quote Link to comment https://forums.phpfreaks.com/topic/129132-css-drop-down-and-select/#findComment-673611 Share on other sites More sharing options...
haku Posted October 25, 2008 Share Posted October 25, 2008 Heh, these guys that use z-index of 10000 make me laugh. There should never be a situation in which it is necessary to use a z-index that high. If you are in a situation where that is necessary, then your code isn't very good. Quote Link to comment https://forums.phpfreaks.com/topic/129132-css-drop-down-and-select/#findComment-674243 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.