Bonjour,

J'utilise Joomla 1.5.14 et Seyret 0.1.8.5
J'ai un problème avec les étoiles pour voter pour une video avec le composant Seyret. En fait ces vidéos sont visibles sur tous les navigateurs mais pas sur Internet Explorer (7.0), ce qui fait que sur IE il est impossible de voter pour une vidéo.

Ci-joint le code au cas où quelqu'un aurait une idée.

Code dans le fichier Seyret_style.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
28
29
30
31
32
 
.videoratingmain {
position:relative;
background-image:url(../images/star0.png);
background-repeat:repeat-x;
height:12px;
width:60px;
}
 
/*ratingscale ->  The color of vote scale.*/
.ratingscale {
position:absolute;
top:0px;
left:0px;
background-image:url(../images/starfull.png);
height:12px;
}
 
/*starsofvote ->  Defines voting stars.*/
.starsofvote {
position:absolute;
top:0px;
 
background-repeat:repeat-x;
height:12px;
}
 
/*votingscale ->  Defines mouseover color for voting. Width should be 0% as default. System will change the width on mouseover*/
.votingscale{
width:0%;
background-image:url(../images/starover.png);
}
Code dans le fichier Seyret.php :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
 
<td><div id="votearea" class="votearea"><table><tr><td>Voter:</td><td><div class="videoratingmain">
	<div id="ratingscale" class="ratingscale" style="width:0%;"></div>
	<div id="yellowratingscale" class="ratingscale votingscale"></div>
Est-ce que quelq'un pourait m'aider car je cherche mais je ne trouve pas?

Merci d'avance