Ciao, ho un paio di domande da fare, la prima riguarda il <body scroll=no>
che su firefox non funziona, quale codice posso usare per non fare apparire le scrollbar
su tutti e due i browser?
e la seconda riguarda la validazione della pagina, come mai mi trovo 10 errori su un oggetto flash che ho inserito con questo codice:
<script type="text/javascript">startIeFix();</script>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="1019px" height="80px" align="left" hspace="0">
<param name="movie" value="flash/titolo.swf">
<param name="quality" value="High">
<param name="salign" value="L">
<param name="loop" value="false">
<embed src="flash/titolo.swf" width="1019px" height="80px" align="left" quality="High" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" salign="L" loop="false"></embed>
</object>
<script type="text/javascript">endIeFix();</script>
gli errori sono questi:
- there is no attribute "SRC".
- there is no attribute "WIDTH".
- there is no attribute "HEIGHT".
- there is no attribute "ALIGN".
- there is no attribute "QUALITY".
- there is no attribute "PLUGINSPAGE".
- there is no attribute "TYPE".
- there is no attribute "SALIGN".
- there is no attribute "LOOP".
- element "EMBED" undefined.
Ciao