[thelist] CSS - Stopping overflow

João P. Dubas joao.dubas at globo.com
Fri Jul 5 11:30:01 CDT 2002


Hi Ion and Olly,

>
>Looks great in IE6/Win2k, UNTIL I mouseover a link in the
>menu! Then the 1st content div shifts left a few pixels...
>

The first problem seems to be in your style sheet, when I changed the
left/right padding and margin in your content class from 1% to 10px, the
content in the divs don't moved to the left.

.content {
	background-color: #000033;
	border: 1px dotted #808080;
	clear: none;
	clip: auto;
	float: none;
	height: auto;
	margin: 5px 10px 5px 10px; /* original margin: 5px 1% 5px 1%; */
	overflow: visible;
	padding: 5px 10px 5px 10px; /* original padding: 5px 1% 5px 1%
*/
}

Brazilian greetings
Dubas





More information about the thelist mailing list