<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<title>TEST</title>
<style type="text/css">
body {background-color:#d7d7d7}
#main {width:900px;height:300px;background-color:#b0b0f0;margin:auto}
#md {width:800px;height:250px;background-color:#f0b0f0;margin:auto}
#d1 {float:left;width:80px;height:200px;background-color:#f0b0b0;text-align:left}
#d2 {width:500px;height:200px;background-color:#b0f0b0;margin:auto;text-align:left}
#d3 {float:right;width:80px;height:200px;background-color:#f0f0b0;text-align:left}
</style>
</head>
<body>
<div id="main">
<div id="md">
<div id="d1">LEFT</div>
<div id="d2">MIDDLE</div>
<div id="d3">RIGHT</div>
</div>
</div>
</body>
</html>
-----------------------
Das rechte kleine DIV steht nicht richtig.
Was ist falsch?
Danke im Voraus.