html - How to get this drop down menu to work in IE 8? -
the menu works fine in firefox, chrome , older ies not in ie8. ive been sitting hours cant work. please me out. here´s menu in question: hugoth
the menu works, problem you're having menu displaying within table cell (note scroll bar on right side of cell). simple fix add z-index:1;
elements.... parent element of menu (i.e. td
).
a more time consuming solution rewrite code use div's instead of tables. harder since have re-write code, in doing display correctly across browsers (with exception of ie5.5).
just 2 cents
Comments
Post a Comment