Hallo, ich habe folgendes Problem: Für eine neue Seite habe ich folgenden Code geschrieben, der allerdings im ie 8 nicht richtig angezeigt wird. Das rechte div (module right) verschiebt sich im ie 8 in die nächste Zeile und wird nicht neben den beiden floatenden Elementen angezeigt, im ff und in chrome funktioniert es einwandfrei. was könnte das Problem sein? Ich habe das gefühl, dass clear:left nicht angenommen wird?! Habe die Seite derzeit leider nur lokale, gerne kann ich aber Bilder davon hochladen...
Hier der Code:
<div style="padding: 5px 5px 5px 5px; width: 910px; background-color: #000000; margin: 0px auto;">
<div style="width:910px; background-color: #4e799c;">
<div style="">test</div>
<div align=left style=""><?php echo date("F j, Y"); ?></div></div>
<div style="width: 910px; background-color: #cccccc;">test<br><br></div>
<div style="align: center; background-color: #ffcc00; width: 910px;"><jdoc:include type="modules" name="user3" style="table" />
<div style="width: 195px; float:left; ">
<div style="width:185px; margin-left: 4px;"><jdoc:include type="modules" name="left" style="table" /></div></div>
<div style=" width: 520px; float:left; margin-right: 4px; ">
<div style=" width: 500px; background-color: #6590b3; padding: 10px;" > <jdoc:include type="component" style="table" /></div></div>
<div style="width: 195px; ">
<div style="width:185px;"><jdoc:include type="modules" name="right" style="table" /></div></div>
<div style="clear:left;"></div>
</div>
</div>