Ciao a tutti,
io ho la home page riservata del mio sito che ha il seguente codice:
Codice HTML:
<?php
//Apro la sessione e...
session_start();
//Recupero i dati...
$username = $_SESSION['username'];
$password = $_SESSION['password'];
//controllo se č loggato
if($username==""){
header("location:index.php");}
$prima_volta=$_GET['primo'];
?>
<!--
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
-->
<head>
<!--
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-->
<title>Search Everything You Want -P-</title>
<link rel="stylesheet" type="text/css" href="stile1.css">
</head>
<body>
<table border="1" celldpscing="10" cellpadding="10" width="97%" align="center" vspace="20">
<tr>
<td>
<a href="index.php">
<img src="http://i1043.photobucket.com/albums/b435/fede1696/Sito/logo.png"></a>
</td>
<td>
<!--PUBBLICITA-->
<center>
<script type="text/javascript">
//<![CDATA[
document.write('<s'+'cript type="text/javascript" src="http://ad.altervista.org/js.ad/size=728X90/r='+new Date().getTime()+'"><\/s'+'cript>');
//]]>
</script>
</center>
<!--PUBBLICITA-->
</td>
<td><center><a href="logout.php">LogOut</a></center></td>
</tr>
<tr>
<td colspan="3">
<center>
<img src="http://i1043.photobucket.com/albums/b435/fede1696/Sito/1.png"><a href="profilo_pubblico.php"><img src="http://i1043.photobucket.com/albums/b435/fede1696/Sito/2.png"></a><img src="http://i1043.photobucket.com/albums/b435/fede1696/Sito/3.png"><a href="dati.php"><img src="http://i1043.photobucket.com/albums/b435/fede1696/Sito/4.png"></a><img src="http://i1043.photobucket.com/albums/b435/fede1696/Sito/5.png"><img src="http://i1043.photobucket.com/albums/b435/fede1696/Sito/6.png"><img src="http://i1043.photobucket.com/albums/b435/fede1696/Sito/7.png"><a href="cerca.php"><img src="http://i1043.photobucket.com/albums/b435/fede1696/Sito/8.png"></a><img src="http://i1043.photobucket.com/albums/b435/fede1696/Sito/9.png"><a href="cancella-account.php"><img src="http://i1043.photobucket.com/albums/b435/fede1696/Sito/10.png"></a><img src="http://i1043.photobucket.com/albums/b435/fede1696/Sito/11.png">
</center>
</td>
</tr>
<tr><td colspan="2">
<table border="0" width="100%" height="100%" cellpadding="8">
<tr>
<td>
<center>
<table border="0">
<tr>
<td width="435" height="354" background="http://i1043.photobucket.com/albums/b435/fede1696/Sito/sfondo_video.png">
<center>
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/r1-5XfZCZxY?hl=it&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/r1-5XfZCZxY?hl=it&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
</td></tr></table>
<br/><br/><br/>
Scopri le mille funzionalitą di questo portale, semplicemente con un clik!<br/>Guarda il video, e se rimangono dubbi..ti attende il nostro forum, il servizio di supporto e le documentazioni di aiuto.
</center>
</center>
</td>
<td>
<marquee direction="up" scrollamount="2">
<center><b>.:News:.</b></center><br/><br/>
<hr>
Nuova grafica! Colori aggiornati per rendere tutto omogeneo.<br/>
Sfumatura sulla stessa scala di colore!
<hr>
</marquee>
</td>
</tr>
</table>
</td><td width="210">
<img src="http://i1043.photobucket.com/albums/b435/fede1696/Sito/mappa_menu.png?t=1287170760" border="0" usemap="#map2" />
<map name="map2">
<area shape="rect" coords="0,0,199,74" href="chi-siamo.html" />
<area shape="rect" coords="0,75,200,152" href="mailto:fedescript@altervista.org" />
<area shape="rect" coords="0,153,199,212" href="supporto.php" />
<area shape="rect" coords="0,223,200,297" href="unisciti-a-noi.php" />
<area shape="rect" coords="0,308,200,376" href="regole-duso.php" />
<area shape="rect" coords="0,383,200,458" href="http://seyw.forumfree.it/" />
<area shape="rect" coords="0,459,199,515" href="" /><!--blog-->
</map>
</td>
</tr>
</table>
</body>
Chrome e Firefox intepretano tutto il marquee e le tabelle annidate; IE no.
Ecco come lo vede erroneamente:
http://i1043.photobucket.com/albums/...hot_errore.png
Ecco invece come dovrebbe venire (screenshot di Firefox):
http://i1043.photobucket.com/albums/...hot_giusto.png
Come posso risolvere il problema?
P.S.
La parte che si muove č .:News:. ,negli screen č ferma per ovvi motivi