ciao a tutti,
ho scritto il seguente semplice codice e l'immagine header.jpg in internet explorer tocca, come mi aspettavo, il bordo superiore del browser mentre in firefox e' distanziata di 7 pixel.. cosa devo fare per farle toccare il bordo superiore anche in firefox e avere lo stesso effetto che ho in ie?
grazie a tutti!!
<!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" lang="it">
<head>
<title>TITOLO</title>
</head>
<body topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" background="image/background.jpg">
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr height="300">
<td></td>
<td width="980" colspan="5" valign="bottom">[img]image/header.jpg[/img]</td>
<td></td>
</tr>
<tr height="279">
<td></td>
<td colspan="5">[img]image/transparent.gif[/img]</td>
<td></td>
</tr>
<tr height="232">
<td></td>
<td width="304">[img]image/chi_siamo.jpg[/img]</td>
<td></td>
<td width="304">[img]image/cosa_facciamo.jpg[/img]</td>
<td></td>
<td width="304">[img]image/contatti.jpg[/img]</td>
<td></td>
</tr>
</table>
</body>
</html>