xaver: Neuer Fehler im Internet Explorer 7

Beitrag lesen

Beide müssen umbrechen - sowohl das vor dem <hr> als auch nach dem <hr>. Funktioniert auch - nur eben nicht im Internet Explorer:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>test</title>
</head>
<body>
<div style="width:300px; font-family:Verdana; font-size: 13px;">
 <div style="width:100px; height:30px; float:left; background-color:red;"></div>
 texttext text texttext text texttexttext texttexttext&quot; &shy; .text</div>
<hr />

<div style="width:300px; font-family:Verdana; font-size: 13px;">
 <div style="width:100px; height:30px; float:left; background-color:red;"></div>
 texttext text texttext text texttexttext texttexttext&quot; .text</div>
</body>
</html>