Ok, her har jeg kodet en til dig - den virker, her bruger du ikke float. Kopier nedenstående ind i et nyt Notesblok-dokument!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"> <html>
<head>
</head>
<body style="margin: 0px; padding: 0px; text-align: center;">
<div style="position: relative; height: auto; width: 900px; margin: 0px auto 0px auto;">
<div style="position: relative; height: 150px; width: 900px; border: 1px solid yellow;">
</div>
<div style="position: relative; height: auto; width: 900px; margin: 0px auto 0px auto; border: 1px solid red;" text-align: center;>
<table style="position: relative; margin: 0px auto 0px auto;">
<tr>
<td>
<div style="position: relative; border: 1px solid black; height: auto;">MENUEN - MENUEN - MENUEN
</div>
</td>
<td>
<div style="position: relative; border: 1px solid black; height: auto;">CONTENT - CONTENT - CONTENT
</div>
</td>
<td>
<div style="position: relative; border: 1px solid black; height: auto;">RIGHT - RIGHT - RIGHT
</div>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>