div margin center
jeg kan ikke få min div til at placere sig i centrum i IE :-/<html>
<head>
<style>
* {
font-family:tahoma;
font-size:11px;
}
html {
height:100%;
}
body {
margin:0px;
height:100%;
}
form {
display:inline;
}
table {
border-collapse:collapse;
}
td {
padding:0px;
vertical-align:top;
}
</style>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table style="width:100%">
<tr>
<td>
<div style="width:1000px; margin:0px auto; background:#ff0000">index
</div>
</td>
</tr>
</table>
</body>
</html>
