Non riesco a capire perchè con IE 6 riesco a vedere tutto bene e invece con FireFox no....
http://xoomer.virgilio.it/try55/home.html
Quali accorgimenti devo utilizzare per far si che la pagina venga vista uniformemente? Avete suggerimenti da darmi?
Riporto il codice della pagina html
<!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>Documento senza titolo</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.header1td {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
position: absolute;
}
-->
</style>
<link href="header.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.Stile1 {color: #000000}
-->
</style>
<link href="footer.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<table width="1003" height="109" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="168" height="56" bgcolor="#CC0033"></td>
<td width="835" bgcolor="#CC0033"></td>
</tr>
<tr>
<td height="48" valign="top">[img]Images/logo02.jpg[/img]</td>
<td height="47" valign="top"><div class="header1td">
<table width="333" border="0">
<tr>
<td width="46"><div align="center">Link1</div></td>
<td width="38"><div align="center">Link2</div></td>
<td width="49"><div align="center">Link3</div></td>
<td width="70"><div align="center">Link4 </div></td>
<td width="51">Link5</td>
</tr>
</table>
</div>
<div class="header2td">
<table width="197" border="0">
<tr>
<td width="106"><div align="center">Disclaimer </div>
<div align="center"></div></td>
<td width="59"><div align="center">EMail</div></td>
<td width="59">Note</td>
</tr>
</table>
</div>
[img]Images/head_bg_BN.gif[/img]</td>
</tr>
</table>
</div>
<div class="footer">
<table width="1000" height="105" border="0" cellpadding="0" cellspacing="0" bgcolor="#999999">
<tr>
<td height="11" valign="top">[img]Images/linea_rossa.jpg[/img]</td>
</tr>
<tr>
<td><div align="center">foot</div></td>
</tr>
</table>
</div>
</body>
</html>

Rispondi quotando