Hi there,

I have been trying to rid myself of unwanted horizontal scrollbars in
IE6 & 7, after a couple of hours I tried my last resort which was:
overflow: hidden; now is this permitted as valid css as it did indeed
fix my IE horizontal scrollbar problems.

#c-front-page #l-col {
float:left;
margin: 0;
padding: 0 0 0 15px;
width: 215px;
font-size:88%;
line-height:1.6em;
overflow: hidden;
}

#c-front-page #c-col {
float:right;
margin: 0;
padding: 0 15px 0 15px;
width:230px;
font-size:88%;
line-height:1.6em;
overflow: hidden;
}

-- 
Regards
Karl
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to