la idea es que se mueva el banner a la imagen mas grande, pa darle un click y ya!
http://imageshack.us/photo/my-images/35/bocetokv.jpg/
Html
Código HTML:
Ver original
css
Código CSS:
Ver original
@charset "utf-8"; /* CSS Document */ body { text-align:center; } #contenedor-mains { background:#000; width:942px; height:573px; margin: 0 auto 0 auto; } .flotados1 { border:2px solid #FF0100; background:#fff; width:614px; height:369px; margin:5px; float:left; } .flotados2 { border:2px solid #FF0100; background:#fff; width:300px; height:177px; margin:5px; float:right; } .flotados3 { border:2px solid #FF0100; background:#fff; width:300px; height:177px; margin:5px; float:right; } .flotados4 { border:2px solid #FF0100; background:#fff; width:300px; height:177px; margin:5px; float: right; } .flotados5 { border:2px solid #FF0100; background:#fff; width:300px; height:177px; margin:5px; float: right; } .flotados6 { border:2px solid #FF0100; background:#fff; width:300px; height:177px; margin:5px; float: left; } .clear { clear:both; }
Tengo una duda mas...
yo puedo llamar <header id> o <header class> o existe algun problema??
Otra duda es que el div lo uso para el diseño y el section pa marcar una seccion?
<div id"contenido">
<section>te amo</section>
</div>
o como es este rollo aun no entiendo muy bien!
gracias