Précédent   Forum du club des développeurs et IT Pro > Webmasters - Développement Web > CSS
CSS Forum d'entraide sur l'utilisation des feuilles de style CSS. Avant de poster : Cours CSS, FAQ CSS, Galerie CSS
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse
 
Outils de la discussion
Publicité
'
Vieux 27/12/2012, 12h28   #1
devlm
Nouveau Membre du Club
 
Florence
Inscription : février 2012
Messages : 109
Détails du profil
Informations personnelles :
Nom : Florence
Localisation : France

Informations forums :
Inscription : février 2012
Messages : 109
Points : 26
Points : 26
Par défaut Dégradé vertical IE9

Je me bat avec les degrades IE9.

J'ai le code html suivant :

Code php :
<div id="titre-liste-statistiques">Evolution des appels - <?php echo $_SESSION["s1_annee"];?></div>

J'ai le code CSS suivant :

Code :
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#titre-liste-statistiques {
	text-indent:10px;
	color:#000000;
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
/* Anciens navigateurs */
	background: #FFFFFF url("gradient-bg.png") repeat-x center;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Internet Explorer */
	*background: #FFFFFF;
	background: #FFFFFF\0/;
	/*filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FFFFFFFF, endColorstr=#FFCCCCCC);*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EAE8E8'); /* for IE */
	/* Navigateurs récents */
	background-image: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#FFFFFF),
		to(#CCCCCC)
	);
	background-image: -webkit-linear-gradient(
		top,
		#FFFFFF,
		#CCCCCC
	);
	background-image: -moz-linear-gradient(
		top,
		#FFFFFF,
		#CCCCCC
	);
	background-image: -o-linear-gradient(
		top,
		#FFFFFF,
		#CCCCCC
	);
	background-image: linear-gradient(
		top,
		#FFFFFF,
		#CCCCCC
	);
}
Je ne parviens pas à faire le degrade sous IE9, le degrade est présent sous Firefox.

Avez-vous une idée.

Cordialement.
devlm est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 27/12/2012, 21h52   #2
NoSmoking
Modérateur
 
Avatar de NoSmoking
 
Homme
Inscription : janvier 2011
Messages : 5 091
Détails du profil
Informations personnelles :
Sexe : Homme
Localisation : France, Isère (Rhône Alpes)

Informations forums :
Inscription : janvier 2011
Messages : 5 091
Points : 8 730
Points : 8 730
Bonsoir,
Citation:
Je me bat avec les degrades IE9.
ça c'est pas bien...

un lien qui devrait être utile Ultimate CSS Gradient Generator
NoSmoking est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse
Outils de la discussion

Navigation rapide


Fuseau horaire GMT +2. Il est actuellement 14h55.


 
 
 
 
Partenaires

Hébergement Web