ciao a tutti,

ho costruito un testo che scorre in maniera autonoma, ma con Mozilla non va??? Si può rendere compatibile?
Il codice è:


<table cellspacing="0" cellpadding="0" width="231" border="0">
<tbody>
<tr>
<td class="a" valign="top" align="center" width="241"
height="90"><script language="JavaScript" type="text/javascript">
<!-- Begin
mesg = ' <p align="center"> SPECIALE PASQUA 2007
3 GIORNI €140 a persona
4 GIORNI €160 a persona

OFFERTA SPECIALE
per un minimo di 2 persone
e 7 giorni di prenotazione
ACQUA E VINO GRATIS AI PASTI
compreso nella tariffa
del periodo da voi scelto</p>' ;
isNS = (navigator.appName == 'Netscape')
isIE = (navigator.appName == 'Microsoft Internet Explorer')
text = (mesg)
if (isNS) {
document.write(text)}
else if (isIE) {
document.write('<MARQUEE height=\'74\' width=\'200\' scrollamount=1 DIRECTION=up>' + text + '</MARQUEE>')}
// End -->
</script>
</td>
</tr>
</tbody>
</table>



grazie