Hello Chris,
da können wir uns mal wieder zusammentun *gg*
Ich finde leider über diese tolle <hr> keine vernünftigen Angaben. Wollte das Separationsproblem der verschiedenen Elemente damit lösen, aber ich bekomme den Zwischenraum über der Linie nicht weg.
<div><!-- Seite Anfang -->
<div style="position:relative;
margin-left:20px;
margin-top:30px;
width:100px;
height:60px;
float:left;
background-color:red;">
</div>
<div style="position:relative;
margin-left:20px;
margin-top:30px;
width:100px;
height:80px;
float:left;
background-color:green;">
</div>
<hr noshade
style="position:relative;
clear:both;
margin-top:0px;
margin-bottom:0px;
border-style:none;
border-width:0px;
padding:0px;
height:1px;
" />
<div style="position:relative;
margin-left:20px;
margin-top:20px;
width:100px;
height:60px;
float:left;
background-color:yellow;">
</div>
<div style="position:relative;
margin-left:20px;
margin-top:20px;
width:100px;
height:80px;
float:left;
background-color:blue;">
</div>
</div><!-- Seite Ende -->
Was muss man machen, dass die Linie quasi unsichtbar wird, auch was den Abstand zu den beiden DIVs darüber betrifft?
Das Problem mit dem linken Float-Element beim IE beginnt tatsächlich nach jedem Clear:both neu. Darauf hatte ich noch gar nicht geachtet. Danke.
Leider weiß ich auch nicht, unter was der Thread mit dem bedingten HTML-Code lief. Gelesen habe ich das aber auch. Über Google habe ich auch noch nichts vernünftiges finden können, das ist wie verhext.
Liebe Grüße aus http://www.braunschweig.de
Tom
Fortschritt entsteht nur durch die Auseinandersetzung der Kreativen