Dunque, ho questo menù, ma vorrei completarlo con la possibilità di aprire ulteriormente a tendina andando una voce del primo menù.


In questo modo:

(Argomenti)

XXXXXXXXXXXXX
EEEEEEEEEEEEE
DDDDDDDDDDDDD-->fffffffffff
TTTTTTTTTTTTT wwwwwwwwwww
PPPPPPPPPPPPP eeeeeeeeeee
RRRRRRRRRRRRR
mmmmmmmmmmmmm

raticamente andando su un argomento del primo menù (meglio se in hover) si dovrebbe aprire un menù a lato (dx) con un sottomenù linkabile.
Vi inserisco il menù principale ssItems.js dal quale mi servirebbero i prolungamenti.
Per maggiori dettagli, o se non ti è molto chiaro quello che ho scritto, scrivimi alla mail Elwood Ti ringrazio,
Elwood


<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=10; // no quotes!!
XOffset=0;
staticYOffset=0; // no quotes!!
slideSpeed=5 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="F0A000";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=170; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="FFFF00";
hdrBGColor="505050";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#000000";
linkOverBGColor="146932";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="146932";
barVAlign="center";
barWidth=15; // no quotes!!
barText= "MENU DEI FORUM"
///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Forum del Nucleo"] //create header
ssmItems[1]=["Cripta per i Soci", "http://www.freeforumzone.com/viewdiscussioni.aspx?f=3552&idc=1",""]
ssmItems[2]=["GdR Amatoriali", "", ""]
ssmItems[3]=["Barbarian d100", "http://", ""]
ssmItems[4]=["Fresco", "http://", ""]
ssmItems[5]=["Vaar", "http://", ""]
ssmItems[6]=["Dunia", "http://", ""]
ssmItems[7]=["GUS", "http://", ""]
ssmItems[8]=["Nuovi Mondi", "http://", ""]
ssmItems[9]=[" ", " ", ""]
ssmItems[10]=["Fantasy", "", ""]
buildMenu();

//-->