Il fatto è che io non voglio usare el tabelle ;comunque mi sono reso conto che è impossibile rendere a parole il problema: provo a riportare il codice:


""<?xml version = "1.0"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv = "content-type" content = "text/html;charset = iso-8859-1" />
<title>
ROTTEN TOMATOES: Movie Reviews & Previews
</title>
<style type="text/css">
html, BODY {
margin:0;
padding:0; COLOR: #000000; FONT-FAMILY: verdana, arial, helvetica, sans-serif;

}
img {margin:0; padding:0;}
a:link{color:white;}
a:hover{text-decoration:none;}
#header {
font-size:12px;
position:relative
padding=0;
background: #385428 url(images/header_bg.gif);
height:62px;
border-bottom:4px solid #e15417;
}
#link-box {
position:absolute;
top:0px;
left:45%;
}
#tab-box {
position:absolute;
top: 25px;
left:158px;
}
#bottom-box{
position:absolute;
top:0;
left:0;
}
</style>
</head>
<body>
<div id="header">
<div id="link-box">
Register for FREE SITE and special features
[img]images/header_dot.gif[/img]
Log in
[img]images/header_dot.gif[/img]
What is RT?
[img]images/header_dot.gif[/img]
Email This Page
</div>
<div id="tab-box">
[img]images/tab_home_selected.gif[/img]
[img]images/tab_movies.gif[/img]
[img]images/tab_videodvd.gif[/img]
[img]images/tab_games.gif[/img]
[img]images/tab_thevine.gif[/img]
[img]images/tab_forums.gif[/img]
[img]images/tab_shop.gif[/img]
</div>
<div id="bottom-box">
[img]images/header_logo.gif[/img]
[img]images/home_news.gif[/img]
</div>
</div>
</body>
</html>
""

Ovviamente le sequenze
di immagini problematice sono in fondo...