Os pongo el codigo por aki.
Código HTML:
Ver original <a href=""><img src="images/facebook_2.png" /></a> <a href=""><img src="images/google_2.png" /></a> <a href=""><img src="images/linkdl_2.png" /></a> <a href=""><img src="images/twitter_2.png" /></a> <a href="index.html"><img src="images/logo.png" /></a> <img src="images/Contacto_2.png" /> <img src="images/correo_2.png" /> <img src="images/correo_2.png" /> setTimeout('cambiar()',2000);
setTimeout('cambiar1()',4000);
setTimeout('cambiar2()',6000);
setTimeout('cambiar3()',8000);
setTimeout('cambiar4()',10000);
setTimeout('cambiar5()',12000);
<img id="paisaje1" src="images/fase1.png" /> <img id="paisaje2" src="images/fase2.png" /> <img id="paisaje3" src="images/fase3.png" /> <img id="paisaje4" src="images/fase4.png" /> <img id="paisaje5" src="images/fase5.png" /> <img id="paisaje6" src="images/fase6.png" /> <img id="paisaje7" src="images/fase7.png" /> <img src="images/transporte-01.png" /> <img src="images/riesgoslaborales-01.png" /> <img src="images/calidad1.png" /> <img src="images/formacion-01.png" /> <img src="images/construccion-01.png" /> <img src="images/identidad corporativa-01.png" /> <img src="images/disenno_web-01.png" /> <img src="images/disenno_web-01.png" />
Código CSS:
Ver originalimg, video, object {
max-width:100%;
}
body {
margin: 0px;
width: 100%;
}
header {
width: 100%;
height: 200px;
background-color: #FFF;
position: fixed;
z-index: 100;
}
#logo {
margin: auto;
width: 238px;
height: 200px;
}
#social1 {
margin-left: 14%;
margin-top: 75px;
width: 50px;
height: 50px;
float: left;
position: fixed;
}
#social2 {
margin-left: 17%;
margin-top: 75px;
width: 50px;
height: 50px;
float: left;
position: fixed;
}
#social3 {
margin-left: 20%;
margin-top: 75px;
width: 50px;
height: 50px;
float: left;
position: fixed;
}
#social4 {
margin-left: 23%;
margin-top: 75px;
width: 50px;
height: 50px;
float: left;
position: fixed;
}
#others1 {
margin-top: -150px;
position: fixed;
width: 100px;
height: 100px;
margin-left: 60%;
}
#others2 {
margin-top: -150px;
position: fixed;
width: 100px;
height: 100px;
margin-left: 70%;
}
#others3 {
margin-top: -150px;
position: fixed;
width: 100px;
height: 100px;
margin-left: 80%;
}
#main{
width: 100%;
background-color: #96c7ce;
}
#principal {
width: 80%;
max-width: 1600px;
padding-top: 200px;
margin: auto;
}
/* Paisaje animado*/
#paisaje1 {
z-index: 1;
}
#paisaje2 {
display: none;
position: absolute;
z-index: 2;
width: 80%;
margin-left: -80%;
}
#paisaje3 {
display: none;
position: absolute;
z-index: 3;
margin-top: -30%;
width: 80%;
}
#paisaje4{
display: none;
position: absolute;
z-index: 4;
margin-top: -30%;
width: 80%;
}
#paisaje5 {
display: none;
position: absolute;
z-index: 5;
margin-top: -30%;
width: 80%;
}
#paisaje6 {
display: none;
position: absolute;
z-index: 6;
margin-top: -30%;
width: 80%;
}
#paisaje7 {
display: none;
position: absolute;
z-index: 7;
margin-top: -30%;
width: 80%;
}
/* Fin paisaje animado*/
#main2 {
width: 100%;
}
#principal2 {
width: 80%;
max-width: 1600px;
margin: auto;
height: 300px;
}
#secundario1 {
width: 25%;
float: left;
height: 240px;
color: #0F3;
padding-top: 100px;
padding-bottom: 50px;
}
#secundario2 {
width: 25%;
float: left;
height: 240px;
color: #0F3;
padding-top: 50px;
padding-bottom: 100px;
}
#icono {
margin: auto;
width: 200px;
height: 200px;
border-radius: ;
border-width: ;
border-color: ;
border-style: ;
}
footer {
width: 100%;
background-color: #FFF;
height: 100px;
margin: auto;
}
Código Javascript
:
Ver originalfunction cambiar (){
$('#paisaje2').fadeIn(1000);
}
function cambiar1 (){
$('#paisaje3').fadeIn(1000);
}
function cambiar2 (){
$('#paisaje4').fadeIn(1000);
}
function cambiar3 (){
$('#paisaje5').fadeIn(1000);
}
function cambiar4 (){
$('#paisaje6').fadeIn(1000);
}
function cambiar5 (){
$('#paisaje7').fadeIn(1000);
}
Perdonar k no lo pusiera antes, pero no conseguia ponerlo bien.
Gracias de nuevo