简体   繁体   中英

IE drop down menu bug

im trying to fix a bad website, there was alot of differences between chrome, mozilla, ie and opera,

after much work, came to this: http://www.israelnumber.com/new1/default.asp

BUT

on ie, when going over: products->numbers, theres a small space between the link below, and the menu on the right.

any thoughts why?

You will never get IE to attempt to perform like the other far more modern browsers without a proper doctype. Add this to your first line:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">

Then validate your html and css for those lists of errors.

在我看来,这是下拉菜单的背景图像的一个问题,如果你仔细观察,你会发现它有一个1px剪辑的似乎是主要的横幅图像,删除它,它应该修复它。

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