Joomla.it Forum

Joomla! 1.0.x (versione con supporto terminato) => Le voci di Joomla.it (solo per versione Joomla 1.0.x) => I Template di Joomla 1.0.x => : fumocamel 18 Dec 2007, 13:08:13

: rhuk_solarflare_ii e menų in IE 7
: fumocamel 18 Dec 2007, 13:08:13
ho un problema di menų con rhuk_solarflare_ii

nel presente sito www.ape.si

se cliccate in alto su projekti
vi apparitā a sinistra un sottomenų...

in firefox e safari appare bene
in internet explorer 7 apparirā troppo schiacciato

ho provato a modificare il css ma niente

:
a.mainlevel:link, a.mainlevel:visited {
display: table;
background: url(../images/erzo/icns/bullet-main.png) no-repeat;
vertical-align: middle;
font-size: 11px;
font-weight: bold;
color: #124195;
text-align: left;
padding-top: 5px;
padding-left: 18px;
height: 25px;
height: 20px !important;

width: 100%;
text-decoration: none;
line-height: normal;
}

ho modificato il height ma non mi calcola...

consigli?
: Re: rhuk_solarflare_ii e menų in IE 7
: fumocamel 19 Dec 2007, 11:20:40
nessuno che possa aiutarmi per piacere? :)
: Re: rhuk_solarflare_ii e menų in IE 7
: fumocamel 16 Jan 2008, 14:21:40
qualcuno ha qualche idea?

grazie
: Re: rhuk_solarflare_ii e menų in IE 7
: fumocamel 21 Jan 2008, 09:37:55
nessuno che mi possa dare qualche consiglio?

grazie
: Re: rhuk_solarflare_ii e menų in IE 7
: fumocamel 21 Jan 2008, 11:04:37
intanto ho scoperto che IE7 non supporta i PNG trasparenti...
: Re: rhuk_solarflare_ii e menų in IE 7
: fumocamel 24 Jan 2008, 09:18:26
nessuno che abbia idea di come risolvere questo annoso problema?
: Re: rhuk_solarflare_ii e menų in IE 7
: TheBestNeo 24 Jan 2008, 22:11:08
Son quasi sicuro che si tratti del padding, ma sfortunatamente sto cercando anche io qualche soluzione.
: Re: rhuk_solarflare_ii e menų in IE 7
: fumocamel 25 Jan 2008, 08:55:15
allora...

in un altro forum mi hanno detto che

:
display: table;
non č supportato da IE7 (ma che azzo supporta allora?)

allora ho provato a fare cosė

:
a.mainlevel:link, a.mainlevel:visited {
display: table !important;
display: block;
background: url(../images/erzo/icns/bullet-main.gif) no-repeat;
vertical-align: middle;
font-size: 11px;
font-weight: bold;
color: #124195;
text-align: left;
padding-top: 5px !important;
padding-left: 18px;
height: 25px;
height: 20px !important;

width: 100%;
text-decoration: none;
line-height: normal;
}

sembra funzionare sia con IE7 che con FF

l'unico problema č che con IE7 se le scritte del menų sono troppo lunghe non mi manda a capo...
: Re: rhuk_solarflare_ii e menų in IE 7
: fumocamel 25 Jan 2008, 10:40:15
per ovviare al problema delle scritte che sfondavano il menų ho risolto cosė

max-width: 149px; <-- ho inserito questa voce

:
a.mainlevel:link, a.mainlevel:visited {
display: table !important;
display: block;
background: url(../images/erzo/icns/bullet-main.gif) no-repeat;
vertical-align: middle;
font-size: 11px;
font-weight: bold;
color: #124195;
text-align: left;
padding-top: 5px !important;
padding-left: 18px;
height: 25px;
height: 25px !important;
max-width: 149px;
width: 100%;
text-decoration: none;
line-height: normal;
}