Ciao gente,come potete vedere è il mio primo post,quindi non so nemmeno se sono nella giusta sezione,sto cercando di abbellire il sito che gestisco ma di html ne capisco ben poco,cerco var file in rete e cerco di modificarli a mio gradimento,ma quasto non riesco a cambiarli li sfondo,questo sotto c'è il codice del file "ssmItems"
<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // 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="red";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#555555";
barFontFamily="verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="COLLEGAMENTI"; // <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]=["REGOLAMENTI"] //create header
ssmItems[1]=["COPPA", "http://www.felix1cache.it/", "", 1, "no"] //create two column row
ssmItems[2]=["CAMPIONATO", "http://www.felix1cache.it/", "",1]
ssmItems[3]=["QUOTE", "http://www.felix1cache.it/Ita/Antivirus/index.html", "1"]
ssmItems[4]=["Tempo Reale", "http://www.fantalegapidorno.altervista.org/temporeale.html", ""]
ssmItems[5]=["CONTATTAMI", "http://www.felix1cache.it/", ""]
ssmItems[6]=["ISCRITTI", "http://www.felix1cache.it/", "_new"]
ssmItems[7]=["Page 5", "http://www.felix1cache.it/", ""]
ssmItems[8]=["Page 6", "http://www.felix1cache.it/", ""]
ssmItems[9]=["Links esterni", "", ""] //create header
ssmItems[10]=["Gianluca", "http://www.gianlu.it/", "Webmaster"]
ssmItems[11]=["page 2", "", ""]
ssmItems[12]=["Sito 3", "http://www.felixone.biz/", ""]
buildMenu();
//-->
in arancione la parte modificaile per i link,e fin qui tutto ok!!!!
la parte in rosso è quella che credevo potessi modificare ma nn cambia nulla rimane lo sfondo dei tasti bianco,questo è il risultato
![]()
io vorrei tutto lo sfondo nero...
spero di essere stato chiaro....se ho tralasciato qualcosa fatemi sapere