Coment faire disparaître mes scroll barre verticale et horizontale qui apparaissent sous FF mais pas sous IE ::
voici le css :
pouvez-vous m'aider.
Modifié par samb01 (03 Sep 2006 - 12:29)
voici le css :
.bloc
{
clear:both;
background-color:rgb(196,196,255);
width: 770px;
margin-top:0px;
overflow:auto;
height: auto;
min-height: 356px;
* html .bloc {
height: 356px; /* hack uniquement interprété par IE Win+Mac*/
}
}
pouvez-vous m'aider.
Modifié par samb01 (03 Sep 2006 - 12:29)