Ho un fastidioso problema con un piccolo menù laterale a scomparsa che ho messo nel mio nuovo forum.
Ecco il codice:
Codice HTML:
<script language="JavaScript1.2">
moving=setTimeout('null',1);
function move(b){if(b<0&&parseInt(Menu.left)>-Gith||b>0&&parseInt(Menu.left)<0){clearTimeout(moving); moving=setTimeout('move('+b+')',slideSpeed); theleft+=b; Menu.left=theleft} else{clearTimeout(moving); moving=setTimeout('null',1)}}
function startMenu(menu,barText){document.write('<div id=ssm style="width:'+(Gith+30)+'px; left:-'+(Gith)+'px; z-index:9; top:'+Yoffset+'px; '+(isStatic?'':'top:expression('+Yoffset+'+(y=document.body.scrollTop)+\'px\'); position:fixed!important; ')+'position:absolute" onmouseover=move(10) onmouseout="clearTimeout(moving); moving=setTimeout(\'move(-10)\',waitTime)"><table class=mainbg width=100% cellpadding=4 cellspacing=1><tr><td class=menw align=center style="font-size:13pt;font-weight:bold">'+menu+'<td class=menw rowspan=18 style="width:20px;padding:12px 4px 12px 4px;font-size:15pt;font-weight:bold" align=center valign=middle>'+barText); Menu=document.getElementById("ssm").style; theleft=-Gith}
function addItem(text,link){document.write('<tr><td class=menw style="font-size:9pt;font-weight:bold"><a HREF='+link+'>'+text+'<\/a><\/tr><\/td>')}
function endMenu(){document.write('<tr><td class=menw style=font-size:0> <\/table><\/div>')}
if(document.getElementById){
isStatic=false;
Yoffset=200;
Gith=140;
slideSpeed=20;
waitTime=500;
startMenu("<font COLOR=GREEN>LINKS</font>","<font COLOR=BLUE>H<br>E<br>A<br>V<br>Y<br><br>M<br>E<br>T<br>A<br>L</font>");
addItem("<\/a><hr color=silver><a>","");
addItem("<font color=blue>Ogame<\/font>","http://www.ogame.it");
addItem("<font color=blue>Ogame link alternativo<\/font>","http://66.249.93.104/search?q=cache:d35gpX0JTeQJ:www.ogame.it/portal/&#37;3Fgo&#37;3Ddownloads%26lang&#37;3Dit+ogame+portal&hl=it&gl=it&ct=clnk&cd=1");
addItem("<font color=blue>Regolamento Ogame<\/font>","http://board.ogame.it/thread.php?threadid=215294");
addItem("<font color=blue>GalaxyTool<\/font>","http://finestreconvista.altervista.org/galaxietool/index.php");
addItem("<\/a><hr color=silver><a>","");
addItem("<font color=orange>Simulatore Attacchi<\/font>","http://websim.speedsim.net/index.php?lang=it");
addItem("<font color=orange>Simulatore Missili<\/font>","http://ertagus2.altervista.org/raksim/Raksim_it.html");
addItem("<\/a><hr color=silver><a>","");
addItem("<font color=red>Convertitore Combat Reports<\/font>","http://xoomer.alice.it/zibibbo84_home_page/Cr4Forum.html");
addItem("<font color=red>Tool O-Calc<\/font>","http://www.o-calc.com/?lang=it");
addItem("<\/a><hr color=silver><a>","");
addItem("<font color=yellow>Hof 20 uni 30<\/font>","http://board.ogame.it/board.php?boardid=300");
addItem("<font color=yellow>Diplomazia uni 30<\/font>","http://board.ogame.it/board.php?boardid=302");
addItem("<font color=yellow>Commercio uni 30<\/font>","http://board.ogame.it/board.php?boardid=304");
addItem("<\/a><hr color=silver><a>","");
endMenu()}
</script>
Il problema si verifica solo con Firefox e solo su Altervista.
Ovvero, dopo che è stato mostrato avendoci passato sopra il mouse rimane blocccato e non rientra più da solo.
Come posso risolvere?
Grazie mille comunque
LINK DEL FORUM: http://finestreconvista.altervista.org/board/index.php .
FunCool: Sposto in Basi per siti Web.
Seneca: passi l'up per aggiungere informazioni, ma quel tipo di messaggio consecutivo non è proprio accettato.