PROBLEMA
Salve...
Questo è il mio primo post in questo forum... e innanzitutto complimenti...
Passiamo al problema:
Ho creato un sito per un amico: se lo visualizzo con google chrome è perfetto, però aprendolo con explorer appare un distacco notevole tra il logo dell'azienda e il menù, e come se non bastasse se lo apro con firefox il logo non appare proprio...
Questo problema mi sta facendo impazzire, secondo me ho commesso qualche errore di sintassi.
Qui di seguito vi posto il codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//IT" "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" />
<meta name="keywords" content="firenze" />
<meta name="description" content="frosinone" />
<title>raduni moto</title>
<STYLE TYPE="text/css">
<!--
BODY {
scrollbar-arrow-color:#FFFFFF;
scrollbar-base-color:#ac47a8;
scrollbar-shadow-color:#4f224d;
scrollbar-face-color:#7b3478;
scrollbar-highlight-color:#FFFFFF;
scrollbar-dark-shadow-color:#000000;
scrollbar-3d-light-color:#FFFFFF;
}
</STYLE>
</head>
<body background="bg1.jpg" link="#000000" vlink="#000000" alink="#000000">
<script>
if (top.frames.length != 0)
{
top.location = self.document.location;
}
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase ())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
function clickIE() {if (document.all) {alert(mes);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!docum ent.all)) {
if (e.which==2||e.which==3) {alert(mes);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document. onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontext menu=clickIE;}
document.oncontextmenu=new Function("return false")
</script>
<div class="logo" align="center">
<td align="center">
<table width="700" height="244" align="center">
<embed src="Untitled-3.swf" width="700" height="244" loop="true" align="top" menu="false" quality="high" scale="noborder" wmode="transparent" name="Untitled-3" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
</table>
</td>
</div class="logo">
<div class="menu" align="center">
<td>
<table width="780" height="102" align="center">
<embed src="menuflash.swf" width="780" height="102" loop="true" align="top" menu="false" quality="high" scale="noborder" wmode="transparent" name="Untitled-3" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
</table>
</td>
</div class="menu">
<table width="980" border="1" align="center"
cellpadding="0" cellspacing="0" bordercolor="592a57" background="sfondo2.png"center>
<tr><td>
<div style="width:980px; height:600px; overflow-x:hidden;
overflow-y:auto; font-size:12px;
font-family:Tahoma,Verdana,Arial;">
<p style="margin-left:30px; margin-top:30px;
margin-right:30px; margin-bottom:30px;">
[img]../Untitled-1.png[/img]
</p></div></td></tr>
</table>
</body>
</html>
Grazie in anticipo a tutti coloro che almeno ci proveranno.....
AIUTOOOOOOOOOO!