salve
ho un box model e si verifica un problema sull'hover del link incrementado il box solo per internet explorer 6
il body
Codice PHP:
BODY {
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px;
BACKGROUND: url(/images/sfondo.jpg) #458EC3 repeat-x;
PADDING-BOTTOM: 0px;
MARGIN: 0px auto 32px;
WIDTH: 610px;
COLOR: #000;
PADDING-TOP: 0px;
text-align:justify;
}
la parte del box
Codice PHP:
div#boxmenu
{
float: right;
width: 190px;
margin: 0 0 0 0 ;
padding: 0 0 0 0 ;
border: 0px;
background: white;
}
div#boxmenu ul
{
border: 10px solid white;
border-top: 0px;
border-right: 0px solid white;
padding: 0 0 0 0 ;
margin: 0 0 0 0 ;
list-style-type: none;
}
div#boxmenu li
{
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
padding: 0 0 0 0;
margin: 0 0 0 0;
line-height: 136%;
height: 136% !important;
height /**/: 0%;
}
div#boxmenu li.vocemadre
{
color: white;
background: #0b5f9d;
font-weight: bold;
padding: 0 0.5em 0 0.5em;
border-bottom: 1px solid #808080;
border-bottom: 1px dotted #808080;
font-size:12px;
margin: 0 0 0 0;
text-align:left;
}
div#boxmenu a
{
color: #0b5f9d;
text-decoration: none;
background: #ebebeb;
font-weight: normal;
padding: 0 0.5em 0 0.5em;
display: block;
border-bottom: 1px dotted #808080;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:left;
}
div#boxmenu li a:visited
{
color: #0b5f9d;
text-decoration: none;
background: #ebebeb;
font-weight: normal;
padding: 0 0.5em 0 0.5em;
border-bottom: 1px dotted #808080;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:left;
}
div#boxmenu li a:hover
{
color: #0b5f9d;
text-decoration: none;
background: #FFFFFF;
font-weight: normal;
padding: 0 0.5em 0 0.5em;
border-bottom: 1px dotted #808080;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:left;
}
solo sul 6 di ie da problemi ... per gli altri tutto ok
se lveo il text-align:justify; al body il testo non è più allineato e il problema non si verifica ma purtroppo tutto deve essere allineato
la parte in html
Codice PHP:
<div id="sinistra-testo-rf">
<h5>sub-title</h5>
<div class="terminatore"></div>
<div id="boxmenu">
<ul class="listasx">
<li class="vocemadre">madre[*][url="#"]figlio 1[/url][*][url="#"]figlio 2[/url][*][url="#"]figlio 3[/url]
[/list]
</div>
<div id="main-testo-site">
testo testo testo
</div>
</div>
il mouse sopra i link figlio mi provoca l'espanzione dell'id boxmenu