Ciao raga,

scusate per l'esagerazione, ho messo tutto il contenuto di tutto lo script per qualche veterano che mi sappia dire dove inserire una stringa che mi faccia ridimensionare ''il posizionamento'' in pixel, in questo caso esso è espresso in modo assoluto da 'gauche5' e 'haut5'

gauche5=125;
haut5=570;
target5 = '_self';

color51 = "#000000";
color52 = "#3333FF";
color53 = "#ffffff";

menu5titre = new Array;
menu5lien = new Array;

menu5titre[0]= 'sito'
menu5lien[0]= 'http://www.html.it'
menu5titre[1]= 'dR'
menu5lien[1]= 'http://freephp.html.it'
menu5titre[2]= 'contatti'
menu5lien[2]= 'http://forum.html.it'
menu5titre[3]= 'link'
menu5lien[3]= 'http://hosting.html.it'
menu5titre[4]= 'video'
menu5lien[4]= 'mailto:lorenzoforti@html.it'
menu5titre[5]= 'inizio pagina'
menu5lien[5]= 'mailto:lorenzoforti@html.it'
menu5titre[6]= 'Contact'
menu5lien[6]= 'mailto:lorenzoforti@html.it'
menu5titre[7]= 'Contact'
menu5lien[8]= 'mailto:lorenzoforti@html.it'
menu5titre[8]= 'Contact'
menu5lien[8]= 'mailto:lorenzoforti@html.it'
menu5titre[9]= 'Contact'
menu5lien[9]= 'mailto:lorenzoforti@html.it'
menu5titre[10]= 'Contact'
menu5lien[10]= 'mailto:lorenzoforti@html.it'
document.write('<STYLE TYPE="text/css">#menu5 { position:absolute;top:'+haut5+';right:'+gauche5+'; }</STYLE>');

ie6=document.all
ns6=document.getElementById&&!document.all
ns4=document.layers

function placeMenu5() {
if (ie6) {menu5.style.pixelTop=document.body.scrollTop+haut 5}
else if (ns6) {document.getElementById("menu5").style.top=window .pageYOffset+haut5}
else if (ns4) {eval(document.menu5.top=eval(window.pageYOffset+h aut5));}
if(ie6 || ns6 || ns4)
setTimeout("placeMenu5()",1);
}

window.onload = placeMenu5;
document.write('<SPAN ID=menu5><table bgcolor=#000000 border=0 cellspacing=0 cellpadding=3 bordercolorlight=#000000 bordercolordark=#000000 WIDTH=190><TR> <TD ALIGN=center bgcolor="#000000"><FONT FACE="algerian" SIZE=2 COLOR=#00ff00>MENU</FONT></TD></TR>')
for(a=0;a<menu5lien.length;a++)
{
document.write('<TR><TD ALIGN=center onMouseOut="this.style.background=\''+color51+'\'" onMouseOver="this.style.background=\''+color52+'\' " STYLE="cursor:hand" onClick="window.open(\''+menu5lien[a]+'\',\''+target5+'\')"><FONT FACE="algerian" SIZE=3>'+menu5titre[a]+'</FONT></TD></TR>');
}
document.write('</TR></TABLE></SPAN>')
un grazie infinito

ciao