5568 sujets

Sémantique web et HTML

Bonjour,
je suis entrain de créer un formulaire avec un textarea.
sous IE j'ai juste un scroll vertical, par contre sous firefox il me met un scroll horizontal et vertical. Je voudrais supprimer l'horizontal
Comment faire?
est ce un oubli de ma part dans la balise textarea ou une est ce que cest firefox qui reagit differemment de IE?

Merci de vos reponses ....

http://jolienell.free.fr/richard/contact.php

Mon CSS (je ne pense que ca vient de la)
a écrit :
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
text-align:center;}
#conteneur{
width:380px;
margin-left:auto;
margin-right:auto;
text-align:left;}
table{
padding:0;
margin:0;
}
/* fieldset coordonnees */
fieldset#coordonnees {
background:#FFFFCC;
border:2px solid #CCCCCC;
height:160px;
margin-bottom:40px;
width:350px;
padding-top:30px;
}
.titre {
background:#D2D2D2;
color:#345071;
padding:0;
font-size:20px;
border:2px solid #CCCCCC;
position:relative;
width:140px;
_width:120px;
margin-left:15px;
margin-bottom:-15px;
margin-top:5px;
}
.radio{
margin-left:20px;
}
#coordonnees label {
margin-left:20px;}

.saisie1{
margin-left:50px;
}
.saisie2{
margin-left:16px;
margin-top: 5px;
}
.saisie3{
margin-left:41px;
margin-top: 5px;
}

/* fieldset message */
fieldset#message {
background:#FFFFCC;
border:2px solid #CCCCCC;
height:160px;
width:350px;
padding-top:30px;
}
textarea {
margin-left:50px;
_margin-left:40px;
margin-bottom:20px;
}
/* les boutons submit et reset */
fieldset#bouton {
border:none;
margin-top:20px;
}
input.bouton {
border:1px outset #999999;
margin-left:80px;}
input.bouton:hover {
color:#996633;
}
input.bouton:active {
border:2px inset #993366;
}
Salut

Tu n'a rien oublié, c'est juste un comportement différent du navigateur. Comme par exemple sous Firefox ,dans un textarea vide, aucune scroll barre n'apparaît, alors que sous IE il y en a toujours une vertical.