Ho deciso di utilizzare le tabelle al posto dei layer e il problema si è risolto.
Se n'è però creato uno nuovo, ovvero dentro la tabella ho creato dei layer in cui inserire immagini e scritte, il punto è che il livello si vede in maniera diversa da risoluzione a risoluzione , vorrei che il livello si adatti ad ogni tipo di risoluzione.

Ecco il codice;


<!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>Untitled Document</title>
<style type="text/css">
<!--
#Layer1 {
position:absolute;
left:139px;
top:409px;
width:202px;
height:98px;
z-index:1;
}
#Layer2 {
position:absolute;
left:93px;
top:403px;
width:841px;
height:290px;
z-index:2;
}
#Layer3 {
position:absolute;
left:167px;
top:475px;
width:161px;
height:158px;
z-index:3;
}
.style1 {
font-family: alba;
font-size: 24px;
color: #000000;
}
.style2 {
font-family: Neuropol;
font-size: 13px;
}



-->
</style>
</head>

<body bgcolor="#000000">
<table width="400" height="100" border="0" align="center"cellpadding="10" cellspacing="1">
<tr>
<td>[img]header-jam.gif[/img]</td>
</tr>
</table>


<table background="Copia di oooooooooo.gif"width="876" height="330" border="1" align="center" cellpadding="30"cellspacing="1">
<tr>
<td width="204">[img]../claudio/fatto1.png[/img]</td>
<td width="549" align="left"class="style1">

Capo redattore </p>


<span class="style2">Carol Pizzuti
tinker-bell@jam-magazine.it </span></p>


</p></td>
</tr>
<tr><td>
[img]../claudio/fatto1.png[/img]
</table>
</body>
</html>