bonjour à tous.

j'ai un problème avec les coins arrondis sur explorer.

mes coins arrondis ne fonctionnent pas lorsque j'ai le code suivant :

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
#bienvenue {
position:relative;
	display: table-row-group;
	float:left;
	margin-left:0px;
	margin-top:325px;
background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(left, #f9f9f9 0%, #d698b1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9f9f9), color-stop(100%,#d698b1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #f9f9f9 0%,#d698b1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #f9f9f9 0%,#d698b1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #f9f9f9 0%,#d698b1 100%); /* IE10+ */
background: linear-gradient(to right, #f9f9f9 0%,#d698b1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#d698b1',GradientType=1 ); /* IE6-9 */
 
		border-radius: 15px;
    behavior: url(explorer/pie/PIE.htc);
	width:250px;
	height: 436px;
	border: thin dotted black;
	text-align: center;
	border:none;
	}


PAR CONTRE lorsque je met background:black;
mes coins fonctionnent.


Auriez vous une solution s'il vous plait ? je cherche à garder mon dégradé