简体   繁体   中英

How to get this drop down menu to work in IE 8?

The menu works fine in Firefox, chrome and older IEs but not in IE8. Ive been sitting for hours but i cant get it to work. Please help me out. Here´s menu in question: hugoth

The menu works, but the problem you're having is the menu is displaying within the table cell (note the scroll bar on the right side of that cell). A simple fix is to add z-index:1; to all the elements.... even the parent element of the menu (ie the td ).

A more time consuming solution is to rewrite your code to use div's instead of tables. This is harder to do since you have to re-write your code, but in doing so it will display correctly across all browsers (with the exception of IE5.5).

Just my 2 cents

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM