Question

How would I go about making IE6/7 acknowledge overflow properties?

My website works fine in IE 8+ but for some reason IE6/7 ignore the overflow property so a horizontal scrollbar is created and breaks the layout.

Website: http://jshjohnson.com

Was it helpful?

Solution

use this and try to write this code in conditional css for ie

html {overflow-x:hidden}
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top