Search code examples
cssinternet-explorerinternet-explorer-7overflowinternet-explorer-6

Overflow-x IE 7


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


Solution

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

    html {overflow-x:hidden}