开发者

horizontal scrollbars in ie7

开发者 https://www.devze.com 2023-04-05 01:59 出处:网络
I\'m trying to build a fluid layout website based on开发者_开发技巧 the Golden Grid System without limiting IE7.

I'm trying to build a fluid layout website based on开发者_开发技巧 the Golden Grid System without limiting IE7.

I am getting an unwanted horizontal scrollbar for the body. If I force the width to be smaller, it will disappear. However, it will not be fluid.

The layout looks fine, just some unwanted spacing to the right that I cannot account for which is causing the horizontal scrollbar.


This issue is in header element. try adding <!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> . If you remove display: block or add overflow: hidden scrollbar disapear, but also design crashes.

0

精彩评论

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