Jump to content

Scrollbars appear in IE6 only


mboehler3

Recommended Posts

try it without overflow:auto; incontent-outer {border-bottom:1px solid #CCCCCC;border-left:1px solid #CCCCCC;border-right:1px solid #CCCCCC;margin-left:auto;margin-right:auto;/*overflow:auto; removed by dsonesuk*/width:960px;}but with overflow:hidden in.container_12 {margin-left:auto;margin-right:auto;overflow:hidden; /*added by dsonesuk*/width:960px;}

Link to comment
Share on other sites

try it without overflow:auto; incontent-outer {border-bottom:1px solid #CCCCCC;border-left:1px solid #CCCCCC;border-right:1px solid #CCCCCC;margin-left:auto;margin-right:auto;/*overflow:auto; removed by dsonesuk*/width:960px;}but with overflow:hidden in.container_12 {margin-left:auto;margin-right:auto;overflow:hidden; /*added by dsonesuk*/width:960px;}
Thanks, the overflow:hidden solved the problem!
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...