Markus Doppelbauer: Float im IE6

Kennt jemand eine Möglichkeit, den IE 6 soweit zu bringen,
das Float richtig darzustellen? Es sollte überlappen.

Herzlichen Dank für die Hilfe + Schöne Grüße
Markus Doppelbauer

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<title>test</title>
<style type="text/css">
* {font-family:Verdana,Arial,Tahoma,Sans-Serif; margin:0px; padding:0px;}
div {width: 200px; height: 20px; margin-bottom: 10px; background-color: red;}
p {float: left; width: 100px; height: 100px; margin-left: 20px; background-color: blue;}
</style>
</head>
<body>
  <p></p>
  <div></div>
  <div></div>
  <div></div>
  <div></div>
  <div></div>
</body>
</html>

  1. Wer lesen kann ist klar im Vorteil:

    http://css-technik.de/css-examples/219_9/

    Schöne Grüße