Ciao ragazzi, ho bisogno di una mano e spero che qualcuno di voi riesca a darmela!

Ho una pagina MySpace ed ho inserito un header. Il problema è che riesco a visualizzarlo solo con il Mozilla Firefox...mentre con Explorer il mio header non viene visualizzato.

Mi dite dov'è l'errore di visualizzazione perfavore? Dove sbaglio?

P.S. Volutamente ho eliminato l'immagine del mio banner dalla stringa HTML che ho postato.






<style type="text/css">

START { YOUR BANNER - below myspace masthead }

NOTE { left margin should be half the width and negative }
.my_banner
{
width: 800px; margin-left: -400px;
height: 620px;
position: absolute; left: 50%; top: 0px;
overflow:hidden;
}


NOTE { make room for the banner by padding top of profile table }
NOTE { if your banner is getting cut off increase this }
body table table td {padding-top:410px;}

DNA { control side effects }
div table table td {padding-top:0px;}
body table table table td {padding-top:4px;}

END { YOUR BANNER }

</style>