el link: [url=http://sonidosdistantes.com.ar/dylan/][/url]
HTM:
Código HTML :
<div id="slide"><ul id="galeria" name="galeria"> <li><div class="img-01">ENTER TO THE BOB DYLAN EXPERIENCE<br /> FAN PAGE AND ENJOY THE TRIP</div></li> <li><div class="img-02">A TOUR FOR 50TH YEARS OF MUSIC<br /> AN GREAT LIRICS</div></li> <li><div class="img-03">DYLAN, FRIENDS<br /> AND HIS CONTRIBUTION TO THE MUSIC</div></li> <li><div class="img-04">A COMPLETE DISCOGRAFY AND<br /> VIDEO ANTOLOGY ABAILABLE</div></li> </ul></div><!--FIN SLIDE-->
Código CSS :
/* SLIDER */
#slide {
width: 100%;
position: relative;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
margin-bottom: 0px;
height: 800px;
background-color: #036;
}
#galeria{
margin: 0;
padding: 0;
position: relative;
list-style: none;
overflow: hidden;
height: 100%;
}
#galeria li{
position: absolute;
height: 100%;
width: 100%;
}
#galeria li img{
width: 100%;
}
#galeria .selected{
z-index: 1;
opacity: 1;
-moz-transition: all 15s ease 0s;
-ms-transition: all 15s ease 0s;
-o-transition: all 15s ease 0s;
-webkit-transition: all 15s ease 0s;
transition: all 15s ease 0s;
}
#galeria .noselected{
z-index: 0;
opacity: 0;
-moz-transition: all 5s ease 0s;
-ms-transition: all 5s ease 0s;
-o-transition: all 5s ease 0s;
-webkit-transition: all 5s ease 0s;
transition: all 5s ease 0s;
}
.img-01 {
background-image: url(img/slide-01.jpg);
background-repeat: no-repeat;
background-position: center 0px;
background-size: cover;
height: 200px;
width: 100%;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
display: block;
font-family: Dosis;
color: #FFF;
text-decoration: none;
padding-top: 600px;
font-size: 400%;
}
.img-02 {
background-image: url(img/slide-02.jpg);
background-repeat: no-repeat;
background-position: center 0px;
background-size: cover;
height: 200px;
width: 100%;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
display: block;
padding-top: 600px;
font-family: Dosis;
font-size: 400%;
color: #FFF;
}
.img-03 {
background-image: url(img/slide-03.jpg);
background-repeat: no-repeat;
background-position: center 0px;
background-size: cover;
height: 200px;
width: 100%;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
display: block;
font-family: Dosis;
font-size: 400%;
color: #FFF;
padding-top: 600px;
}
.img-04 {
background-image: url(img/slide-04.jpg);
background-repeat: no-repeat;
background-position: center 0px;
background-size: cover;
height: 200px;
width: 100%;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
display: block;
font-family: Dosis;
font-size: 400%;
color: #FFF;
padding-top: 600px;
}
/* FIN SLIDER */les agradezco mucho la ayuda
