문제

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top