Ver Mensaje Individual
  #9 (permalink)  
Antiguo 08/08/2011, 11:15
Avatar de ZoroRoronoa
ZoroRoronoa
 
Fecha de Ingreso: marzo-2011
Ubicación: California, USA
Mensajes: 824
Antigüedad: 13 años
Puntos: 116
Respuesta: Background Home

No te entiendo al 100%, aca el efectp hover del background, pero no al 100%

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="es">
  4. <head><title>Zoro Roronoa</title>
  5. <style type="text/css">
  6. body {margin:0; padding:0; border:0;}
  7. #contenedor {width:100%; height:100%; background:url('111.jpg') no-repeat center center;}
  8. #cosas {width:500px; height:400px; margin:0 auto; background:transparent;}
  9. body:hover>#contenedor {background:url('222.jpg') no-repeat center center;}
  10. </head>
  11. <div id="contenedor">
  12.     <div id="cosas"></div>
  13. </div>
  14. </body>
  15. </html>
__________________
Programador jQuery & PHP