Div i IE vs. Firefox
Hej!Prøv at teste følgende i IE og i firefox. I IE får man ikke et div med størrelsen 1 gang 1px. Den er mere i højden... Nogen der ved om det er til at ændre?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title></title>
<style>
#status {
border: 1px solid rgb(0,0,0);
background-color: transparent;
position:absolute;
left: 20px;
top: 50px;
width: 1px;
height: 1px;
color: rgb(0,0,0);
}
</style>
</head>
<body>
<div id="status">
</div>
</body>
</html>
