Jonathan Haas: FF-Problem beim zentrieren einer Tabelle

Beitrag lesen

Folgender minimalcode wird bei mir im FF zentriert dargestellt:
-------------------------------
<html>
<head>
<title></title>
<style type="text/css">

.blockMain           {
width:1004px;
border-style:none;
height:642px;
position:absolute;
top:50%;
left:50%;
margin-top:-321px;
margin-left:-502px;
border:1px solid}
</style>
</head>
<body>
<div class=blockMain>
asdasd
</div>
</body>
</html>
-------------------------------
Der Fehler muss deswegen irgendwo anders liegen.

@Nadja, nein, das ist schon ok so.