Do_0mi
Mitglied
Hi Leute,
habe gerade ein Problem mit dem IE6.
Und zwar habe ich ein 2-Spalten Layout bei dem der Contents von einem Rand umgeben ist. Dieser Rand besteht aus mehreren divs, in denen die gif-Bilder als background angelegt sind.
CSS:
Nun zerhaut jedoch der IE 6 die id #content-top und #content-bottom zur Seite. In Firefox funktioniert alles normal.
Hoffe ihr könnt mir helfen.
Danke schonmal im Vorraus
Gruß, Domi
habe gerade ein Problem mit dem IE6.
Und zwar habe ich ein 2-Spalten Layout bei dem der Contents von einem Rand umgeben ist. Dieser Rand besteht aus mehreren divs, in denen die gif-Bilder als background angelegt sind.
HTML:
<div id="content-top">
</div>
<div id="content-middle">
<div id="content-middle-right">
content text ......
</div>
</div>
<div id="content-bottom">
</div>
CSS:
Code:
#content-top {
background-image: url('images/content-top.gif');
background-repeat: no-repeat;
margin: 10px 0px 0px 185px;
padding: 0px;
height: 9px;
}
#content-middle {
background-image: url('images/content-middle-left.gif');
background-repeat: repeat-y;
background-position: top left;
margin: 0px 0px 0px 185px;
}
#content-middle-right {
background-image: url('images/content-middle-right.gif');
background-repeat: repeat-y;
background-position: top right;
margin: 0px;
padding: 0px 10px 0px 10px;
}
#content-bottom {
background-image: url('images/content-bottom.gif');
background-repeat: no-repeat;
margin: 0px 0px 0px 185px;
padding: 0px;
height: 9px;
}
Nun zerhaut jedoch der IE 6 die id #content-top und #content-bottom zur Seite. In Firefox funktioniert alles normal.
Hoffe ihr könnt mir helfen.
Danke schonmal im Vorraus
Gruß, Domi
Zuletzt bearbeitet: