firefox problem
Jeg har følgende kode som ser fint ud i ie men ikke i firefox, nogle som kan hjælpe.<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<div style="width: 500px; position: absolute; margin-left: -250px; left: 50%;">
<div style="background-color: #666666; width: 500px; height: 50px;"></div>
<div style="border: 1px solid #000099; width: 500px;"><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br /><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<div style="width: 250px; float: left; background-color: #006633; margin-top: -20px; height: 20px;">den ene kolonne</div>
<div style="width: 250px; float: left; background-color: #00FF00; margin-top: -20px; height: 20px;">den anden kolonne</div>
</div>
<div style="background-color: #FF0000; height: 25px; margin-top: 1px; text-align: center">her er noget tekst</div>
</div>
</body>
</html>
