Darstellung IE6

Code:
div#center {
        margin: 0 217px;
        margin-left: 230px;
        background: #FFF;
        font-size: 11px;
        font-weight: bold;
        background: url(../img/box_main_bg.jpg) repeat-y;
}
... und in FF3, sowie Opera ist alles OK :)

mfg Maik
 
Aber sicher doch :)

Code:
div#left {
	float: left;
	width: 217px;
	background: #FFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #eee;
	margin-left: 7px !important;
	margin-left: 3px;
}

div#right {
	float: right;
	width: 217px;
	background: #FFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #eee;
}


mfg Maik
 

Neue Beiträge

Zurück