Sto realizzando in sito che deve essere compatibile anche con Internet Explorer 6.
Ma ho un problema con una pagina web.
Sull'ultima versione dI Internet Explorer funziona tutto ( e funziona bene anche con tutti gli altri browser), ma testando con IETester ho constatato che usando IE versione 6, i collegamenti relativi a "B&B Il Veliero Trapani" e a "Umberto Rizza" ed il contatore, invece di essere allineati al centro, sono tutti a sinistra.
Il problema è con questa pagina:
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=utf-8" />

<link rel="stylesheet" type="text/css" href="stile.css" />


<link rel="stylesheet" type="text/css" href="menuorizz.css" />
<title>Casa Vacanze Lido Burrone</title>

</head>
<body>
<table width="900" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="500">[img]../filecomuni/banner sx.jpg[/img]</td>
    <td width="400"><object type="application/x-shockwave-flash" data="../filecomuni/foto.swf"
width="400" height="267"><param name="movie" value="../filecomuni/foto.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="bgcolor" value="#000000">
</object></td>
  </tr>
</table>


<table width="900" border="0" align="center">
  <tr>
    <td  width="158" valign="top">
	<table id="menuorizz" align="center">
    <tr>
    <td class="item">HOME</td>
    <td class="item">CHI SIAMO</td>
    <td class="item">IL RESIDENCE</td>
    <td class="item">GLI APPARTAMENTI</td>
    <td class="item">I NOSTRI PREZZI</td>
    <td class="item">DOVE SIAMO</td>
    <td class="item">PRENOTAZIONI</td>
    <td class="item">CONTATTI</td>
    <td class="item">PARTNER</td>
    <td class="item">LINK UTILI</td>
    </tr>
    </table>
    


      

B&amp;B Il Veliero Trapani       </p>
      


      

Umberto Rizza</p>





<div align="center">

<script type="text/javascript">document.write(unescape("%3Cscript src=%27http://s10.histats.com/js15.js%27 type=%27text/javascript%27%3E%3C/script%3E"));</script>
<a href="http://www.histats.com" target="_blank" title="contatore statistiche per siti" ><script  type="text/javascript" >
try {Histats.start(1,1747518,4,302,140,75,"00011111");
Histats.track_hits();} catch(err){};
</script></a>
<noscript></noscript>

</div>
      

</p>
      



        
        <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4e5749527da980fc"></script>
      </p>

            </tr>
</table>
<div id="bar">
Casa Vacanze Favignana Lido Burrone Powered by GBP Servizi Web &reg; 2011 </div>



</p>
</body>
</html>
A questa pagina è collegato anche il seguente file (stile.css):
codice:
@charset "utf-8";
/* CSS Document */

body,td,th {
	
}
body {
	background-color: #ef1d1e;
	font:18px "Times New Roman", Times, serif;
	color:white;
}

p
{
	color: white;
	text-align: center;
}

p.just
{
	color: white;
	text-align: justify;
}

#bar
{
	position:relative;
	top:0px;
	margin:auto;
	border:1px black solid;
	background-color:#CC0;
	color:black;
	font-weight:bold
	font:14px "Times New Roman", Times, serif;
	text-align:center;
	width:900px;
}

#contatore
{
	position:relative;
	top:0px;
	left:210px;
}

a:link
{
	color:white;
}

a:visited
{
	color:white;
}

#bar a:link
{
	color:blue;
}

#bar a:visited
{
	color:red;
}
Ed è collegato anche il seguente file css (menuorizz.css):
codice:
@charset "utf-8";
/* CSS Document */

#menuorizz
{
	background-image:url(../barraorizz.png);
	width:900px;
	height:40px;
	color:white;
	font:12px Georgia, "Times New Roman", Times, serif
}

#menuorizz td a
{
	color:white;
	text-decoration:none;
}

#menuorizz td a:hover
{
	color:yellow;
}

#menuorizz td a:visited
{
	color:white;
}