开发者

Menu doesn't display in IE7

Can开发者_开发技巧 you check this page and let me know why the menu doesn't work on IE7? It shows up all the way on the right, almost out of view.

The page works okay in other browsers (including IE8 and IE9). Thanks.


Change postition:absolute; to position:relative; in your #top-nav css ID. That will fix the position for you. After that remove position:absolute; from #top-nav li p and it will display correct.

I suggest you to download Developer Tools for IE. It helps you alot with HTML/CSS related problems when using IE.


Because you have ul#top-nav set to display:none ? If not that, try playing with position:absolute, you have there all over the place... IE may have issues concerning that.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜