Ho finalmente risolto il problema dell'apertura delle pagine nel frame principale di sinistra. Ma mi rimane un problema. Le voci del menu laterale a scomparsa rimangono sottolineate e io non voglio.
Come devo procedere?
questo è il listato della pagina che modifico per il menu. Quali variabili devo modificare o integrare secondo voi?:
<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FF0000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#170088";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="GALLERY"; // <IMG> tag supported. Put exact html for an image to show.
///////////////////////////
// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["STORY"] //create header
ssmItems[1]=["Bajda disco beach (Noli)", "QUATTRO/quattro.html", "mainFrame"]
ssmItems[2]=["Le Vele discoteque (Alassio)", "CINQUE/cinque.html","mainFrame"]
ssmItems[3]=["FullMoon luxory disco (Prato Nevoso)", "SEI/sei.html", "mainFrame"]
ssmItems[4]=["Isla Bonita (Spotorno)", "SETTE/sette.html", "mainFrame"]
ssmItems[5]=["Sortilegio Club (guest Joe T.Vannelli)", "OTTO/otto.html", "mainFrame"]
ssmItems[6]=["Lido di Laigueglia (guest Josè de Divina)", "NOVE/nove.html", "mainFrame"]
ssmItems[7]=["FullMoon party (Rocce di Pinamare)", "DIECI/dieci.html", "mainFrame"]
ssmItems[8]=["Sonic club (Loano)", "UNDICI/undici.html", "mainFrame"]
ssmItems[9]=["U'brecche (Alassio)", "DODICI/dodici.html", "mainFrame"]
ssmItems[10]=["Sharzade privè bar (Sporting Club Finale Ligure)", "TREDICI/tredici.html", "mainFrame"]
ssmItems[11]=["Joy club (Alassio)", "QUATTORDICI/quattordici.html", "mainFrame"]
ssmItems[12]=["NOW (season 2004-2005)"] //create header
ssmItems[13]=["Joy club Alassio", "UNO/uno.html", "mainFrame"]
ssmItems[14]=["Lido di Laigueglia", "DUE/due.html","mainFrame"]
ssmItems[15]=["Ninfa&Geria (guest Tommy Vee)", "TRE/tre.html", "mainFrame"]
buildMenu();
//-->