Bonjour bonjour
Voila, j'ai une jolie case css pour y mettre du texte, mais explorer m'affiche un scrollbar horizontale que je ne veux pas... (Je ne veux garder que la scrollbar verticale.) Comment la supprimer?
Voici mon code css:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#center {
	height: 660px;
	width: 560px;
	float: left;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: url(<a href="http://www.tangee.fr/site/blogbkgrd.jpg);" target="_blank">http://www.tangee.fr/site/blogbkgrd.jpg);</a>
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-color: #000000;
	border-width: thin;
}
 
#texte {
	height: 570px;
	width: 481px;
	float: center;
	overflow: scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 60px;
	margin-bottom: 39px;
	margin-left: 50px;
	margin-right: 20px;
et pour voir le site: www.tangee.fr (ce n'est encore qu'une ébauche...)

Merci d'avance!!!

Tangee