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
use this and try to write this code in conditional css for ie
html {overflow-x:hidden}