How can I change IE6 / 7 overflow properties?
My site works fine in IE 8+, but for some reason IE6 / 7 ignores the overflow property, so a horizontal scrollbar is created and the layout is broken.
Website: http://jshjohnson.com
use this and try writing this code in conditional css for ie
html {overflow-x:hidden}