bonjour

j'ai fai un slide show mais sa me met que j'ai des erreur sur ma page et je comprend pas mes erreurs donc si quelqu'un(e) peu me l'expliquer ce serrait gentille


Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
 
#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");
  max-width: 1000px;
  margin: 0 auto;
}
l'erreur ici c'est : width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");



Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
 
.jdSlideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
l'erreur ici c'est : filter:alpha(opacity=20);
& -khtml-opacity: 0.2;



Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
 
* html .jdSlideshow a.right, * html .jdSlideshow a.left
{
	filter:alpha(opacity=50);
}
l'erreur ici c'est : filter:alpha(opacity=50);


Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
 
.jdSlideshow a.right:hover, .jdSlideshow a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

l'erreur ici c'est : filter:alpha(opacity=80);
& -khtml-opacity: 0.8;


donc voila ci on peut m'aider c'est gentille merci