Venia bien con el maqueto en div y apilamiento de los mismos hasta que puse un div que contiene un slideshow y es ahi donde dejé de ver todo lo que estaba antes.
Código CSS:
Código CSS:
Ver original
#contenedor { width:1002px; height:520px; background-color:#900; } #fotos { width:763px; height:520px; background-color:#999; position:relative; z-index:1; } #lateral_derecho { width:239px; height:520px; background-color:#FF0; float:right; } #barra_aplha { width:763px; height:94px; background-color:#969; position:absolute; top:441px; } #logo { width:auto; height:auto; position:absolute; top:320px; left:30px; z-index:999; }
HTML:
Código HTML:
Ver original
Dentro del head incluí lo siguiente:
Código Javascript:
Ver original
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="fadeslideshow.js"></script> <script type="text/javascript"> var mygallery=new fadeSlideShow({ wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow dimensions: [763, 520], //width/height of gallery in pixels. Should reflect dimensions of largest image imagearray: [ ["imagenes/01h.jpg"], ["imagenes/02h.jpg"] //<--no trailing comma after very last image element! ], displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false}, persist: false, //remember last viewed slide and recall within same session? fadeduration: 700, //transition duration (milliseconds) descreveal: "ondemand", togglerid: "" }) </script>
El link para descargar el slide es este:
https://docs.google.com/file/d/0B_gY...it?usp=sharing
Y la maqueta sería esta:
https://docs.google.com/file/d/0B_gY...it?usp=sharing
Espero puedan ayudarme.
GRACIAS!