bonjour, voici mon code, je veux au fait une longueur fixe pour FF et IE,
pour cela j'utilise un hack (peur ie), mais ie 'interprète pas ce hack...
Modifié par samb01 (30 Jan 2006 - 20:32)
pour cela j'utilise un hack (peur ie), mais ie 'interprète pas ce hack...
.bloc
{
background-image: url('images/bloc_01.gif');
width: 603px;
border: 1px solid #000000;
margin-top:0px;
margin-left:3px;
overflow:auto;
height: auto;
min-height: 356px;
* html .bloc {
height: 356px; /* hack uniquement interprété par IE Win+Mac*/
}
}
Modifié par samb01 (30 Jan 2006 - 20:32)