|
I'm having a really stressful time trying to get a css dropdown menu to work on the browsers.
It works really well on modern browsers, however for older browsers Ie6 etc it doesn't seem to work at all, the drop down menus dissapears bihind another div layer.
I've tried everything, including
the following css codes
x-index
position:absolute
overflow:allow/auto/true etc
Still it gets hidden behind the body div layers.
I noticed that fewer and fewer people are using IE6, so I was thinking... why not just serve the slow javascript 300kb dropdown menu to ie6 users, and the serve modern browser users the new css menu.
What is the code I can use to feed different browsers the different menu?
Should I go specify which slow browsers to feed the old slow but compatible dropdown menu..
OR should I specify which new browsers to feed the new css menu to, and feed everyone else the new menu??
|