Joomla.it Forum

Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => I Template di Joomla 1.5.x => : thestars 11 Feb 2010, 23:43:30

: Formattazione menu
: thestars 11 Feb 2010, 23:43:30
Salve a tutti.
Qualcuno sa spiegarmi cosa devo cambiare al css per risolvere questa situazione?
E' un problema di visualizzazione tra browser. Praticamente l'unico che visualizza il menu in modo corretto è IE7 tutti gli altri non visualizzano correttamente lo sfondo e i 2 menu si sovrappongono.

Guardate le immagini www.webexperiment.it/menu.jpg (http://www.webexperiment.it/menu.jpg)

Il codice css interessato:

.module_menu{ /* sfondo menu Categoria prodotti*/
   width: 220px;
   background: #5d9fac url(../images/bgMenuP.jpg) no-repeat;
}

.module_menu h3{ /* il titolo del menu Categoria prodotti*/
   width: 202px;
   height: 45px;
   font-size: 13px;
   letter-spacing:-1px;
   padding:5px 0 0 19px;
   background:url(../images/bgTitleModule.jpg) no-repeat;
   margin:0 0 0 6px;
}
.module_menuN{ /* sfondo menu Novità*/
   width: 220px;
   background: #5d9fac url(../images/bgMenuN.jpg) no-repeat;
}
.module_menuN h3{ /* il titolo del menu Novità*/
   width: 202px;
   height: 45px;
   font-size: 13px;
   letter-spacing:-1px;
   padding:5px 0 0 19px;
   background:url(../images/bgTitleMenuN.jpg) no-repeat;
   margin:0 0 0 6px;
}
div.module_menuN { /* distanza tra i menu*/
   margin-bottom: 20px;
}

Per questo menu sto' utilizzando il modulo extended-menu-module-1.0.6 e suckerfish-vertical-1.0.1

Grazie a tutti
: Re:Formattazione menu
: maicolstaip 12 Feb 2010, 01:29:38
Ciao thestars,
meglio se metti un link
: Re:Formattazione menu
: thestars 13 Feb 2010, 16:25:53
Sto lavorando in locale, se non ti è possibile verificare l'errore in questo modo appena lo trasferisco posto il link.

Intanto...thanks
: Re:Formattazione menu
: thestars 14 Feb 2010, 18:35:18
ecco l'indirizzo www.webexperiment.it (http://www.webexperiment.it)
: Re:Formattazione menu
: thestars 16 Feb 2010, 08:58:43
ho momentaneamente risolto dando ai menu un'altezza fissa. ma non è normale o mi sbaglio?