Ho fatto queste correzioni (in rosso) nel codice html...
codice:
<link href="fogliostile.css" rel="stylesheet" type="text/css">
<body class="bordercolor">
<div id="intestazione">
<table>
<tr><td class="colorecelle">
Pagina1</td>
</tr></table>
</div>
e nel foglio css...:
codice:
.bordercolor { background-image: url("xxx.jpg"); }
.colorecelle a { background-color: #000000; display:block; width: 100%; height: 100%; }
.colorecelle a:link { background-color: #000000; width: 100%; height: 100%; }
.colorecelle a:visited { background-color: #000000; width: 100%; height: 100%; }
.colorecelle a:hover { background-color: #0000ff; width: 100%; height: 100%; }
.colorecelle a:active { background-color: #000000; width: 100%; height: 100%; }
#intestazione { overflow: hidden; top: 8px; position: absolute; left: 5px; width: 520px; height: 80px; z-index: 1; }
ma non è cambiato assolutamente niente (ossia: tutto ok per I.E. ma niente da fare per gli altri)...