ciao Prill.. grazie per l'attenzione
ti posto la parte del codice che interessa gli item.. a livello "parent" non ho impostato nulla visto che con ff funzionava perfettamente.. visto il problema ho provato a impostare bordi, margini o padding della classe generica (.sf-menu: classe del menu "superfish") senza ottenere risultati..
Se hai bisogno di ulteriori parti del codice dimmelo che lo posto
codice:
.sf-menu .item1 {
height:123px;
width:90px;
background-image:url(../../../menu/menu1_02.gif);
background-repeat:no-repeat; }
.sf-menu .item3 {
height:123px;
width:121px;
background-image:url(../../../menu/menu1_03.gif);
background-repeat:no-repeat; }
.sf-menu .item5 {
height:123px;
width:75px;
background-image:url(../../../menu/menu1_04.gif);
background-repeat:no-repeat; }
.sf-menu .item4 {
height:123px;
width:96px;
background-image:url(../../../menu/menu1_05.gif);
background-repeat:no-repeat; }
.sf-menu .item6 {
height:123px;
width:102px;
background-image:url(../../../menu/menu1_06.gif);
background-repeat:no-repeat; }
.sf-menu .item7 {
height:123px;
width:99px;
background-image:url(../../../menu/menu1_07.gif);
background-repeat:no-repeat; }
.sf-menu .item8 {
height:123px;
width:77px;
background-image:url(../../../menu/menu1_08.gif);
background-repeat:no-repeat; }
.sf-menu .item9 {
height:123px;
width:75px;
background-image:url(../../../menu/menu1_09.gif);
background-repeat:no-repeat; }
.sf-menu .item10 {
height:123px;
width:103px;
background-image:url(../../../menu/menu1_10.gif);
background-repeat:no-repeat; }
Tutta questa solfa è ripetuta per le attività "a, a:link, a:hover"
Grazie ancora,
Matt