Hallo Leute,
ich möchte den DIV am unteren Fensterrand positionieren, im IE ist allerdings immer 1px Luft dazwischen. Warum?
Gruß,
Felix
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Test</title>
</head>
<body>
<div style="position: absolute; bottom: 0px; left: 0px; width: 800px; height: 20px; background: #00FF00;">Test</div>
</body>
</html>