Fleche prev et next manquant sur le slide

Fermé
Aurèli1s Messages postés 136 Date d'inscription dimanche 19 juin 2011 Statut Membre Dernière intervention 14 octobre 2013 - Modifié par Aurèli1s le 8/08/2011 à 23:29
Aurèli1s Messages postés 136 Date d'inscription dimanche 19 juin 2011 Statut Membre Dernière intervention 14 octobre 2013 - 9 août 2011 à 04:03
Bonjour,
J'ai ajouter un slide sur le site, et les boutons next et prev sont manquant malgré ce code css:

#prevBtn, #nextBtn, #sliderprev, #slidernext{
margin:0;
padding:0;
display:block;
overflow:hidden;
text-indent:-8000px;
}
/* // image replacement */

/* Easy Slider */
#slider ul, #slider li{
margin:0;
padding:0;
list-style:none;
}
#slider li {
width:930px;
height:322px;
overflow:hidden;
}
#slider li a {
display:block;
width:930px;
height:40px;
margin-top:282px;
padding:10px;
text-align:left;
color:#fff;
font-size:20px;
text-decoration:none;
background:url("../images/transparent_bg.png") repeat;
}

* html #slider li a {
background-image:none;
background:#000000;
filter : alpha(opacity=60); /* IE < 8 */
}

li#img_1{
background:url(../images/01.jpg) no-repeat 0 0;
}
li#img_2{
background:url(../images/02.jpg) no-repeat 0 0;
}
li#img_3{
background:url(../images/03.jpg) no-repeat 0 0;
}
li#img_4{
background:url(../images/04.jpg) no-repeat 0 0;
}
#prevBtn, #nextBtn{
}
#slidernext, #sliderprev{
display:block;
width:30px;
height:77px;
position:absolute;
left:-30px;
top:71px;
z-index:1000;
}
#nextBtn, #slidernext{
left:696px;
}
#prevBtn a, #nextBtn a{
background:url(../images/btn_prev.gif) no-repeat 0 0;
}
#slidernext a, #sliderprev a{
display:block;
position:relative;
width:30px;
height:77px;
}
#nextBtn a, #slidernext a{
background:url(../images/btn_next.gif) no-repeat 0 0;
}

/* numeric controls */

ol#controls{
margin:1em 0;
margin-top:-32px;
margin-left:770px;
padding:0;
height:28px;
}
ol#controls li{
margin:0 10px 0 0;
padding:0;
float:left;
list-style:none;
height:28px;
line-height:28px;
}
ol#controls li a{
float:left;
height:28px;
line-height:28px;
border:1px solid #ccc;
background:#DAF3F8;
color:#555;
padding:0 10px;
text-decoration:none;
}
ol#controls li.current a{
background:orangered;
color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
/* // Easy Slider */

A voir également:

7 réponses

Evan92 Messages postés 174 Date d'inscription mardi 5 juillet 2011 Statut Membre Dernière intervention 24 octobre 2012 29
8 août 2011 à 20:34
prévien avant de faire un truc inconpréancible
0
Kopros Messages postés 595 Date d'inscription mardi 25 septembre 2007 Statut Membre Dernière intervention 3 février 2020 89
8 août 2011 à 20:52
Sans code HTML ni aucune explication on peut pas trop t'aider.
0
Aurèli1s Messages postés 136 Date d'inscription dimanche 19 juin 2011 Statut Membre Dernière intervention 14 octobre 2013 4
Modifié par Aurèli1s le 8/08/2011 à 23:31
html: <li id="img_1" >
<a href="">An Inmate admits attempted murder of <b>Tupac</b>(1994)...and wet <b>P. DIDDY</b>..</a></a>
</li>
<li id="img_2" >
<a href="
</li>
<li id="img_3" >
<a href="">Unsealed <b>FBI</b> Files Reveal <b>Tupac</b>, <b>Eazy-E</b> As Extortion Targets</a>
</li>
<li id="img_4" >
<a href=""><b>DMX</b> RELEASED FROM PRISON ON <b>JULY 1</b></a>
</li>
0
Kopros Messages postés 595 Date d'inscription mardi 25 septembre 2007 Statut Membre Dernière intervention 3 février 2020 89
9 août 2011 à 02:06
Tu as une balise <a> qui n'a pas de chevron de fermeture: <a href="
Au lieu de ne rien mettre dans les href mets plutôt un dièse : <a href="#">
Les id du css ne correspondent pas à ceux du html (surtout "prevBtn" et "nextBtn").
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
Aurèli1s Messages postés 136 Date d'inscription dimanche 19 juin 2011 Statut Membre Dernière intervention 14 octobre 2013 4
Modifié par Aurèli1s le 9/08/2011 à 02:58
tous est en ordre dans mon site c'est juste que j'ai du faire l'erreur ici en effacent l'adresse du site avent de le poster ici
0
Kopros Messages postés 595 Date d'inscription mardi 25 septembre 2007 Statut Membre Dernière intervention 3 février 2020 89
9 août 2011 à 03:25
J'ai jeté un oeil à ton site j'ai pas trouvé d'élément html qui a les id "prevBtn" et "nextBtn".
Ca vient de là ton problème.
0
Aurèli1s Messages postés 136 Date d'inscription dimanche 19 juin 2011 Statut Membre Dernière intervention 14 octobre 2013 4
9 août 2011 à 04:03
Je voit pas comment les ajouters
0