Ver Mensaje Individual
  #4 (permalink)  
Antiguo 03/11/2011, 16:10
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 17 años, 5 meses
Puntos: 1567
Respuesta: CSS+No se ve la imagen sobre un background con efecto hover

En
http://www.apple.com/ipod/
no veo ningún efecto hover, solo lo de los links del menu
y esto
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">
  4. <title>titulo</title>
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6. <style type="text/css">
  7. /*<![CDATA[*/
  8. div.boton{
  9. width: 300px;
  10. height: 300px;
  11. text-align: center;
  12. background-image: url('boton.jpg');
  13. float: left;
  14. }
  15. div.boton:hover{
  16. background-image: url('boton_hover.jpg');
  17. }
  18. /*]]>*/
  19. </head>
  20. <div class="boton">
  21. <img src="titulo.jpg" width="300" height="150" /><br />
  22. texto
  23. </div>
  24. </body>
  25. </html>

muestra un div (que tiene una imagen de fondo), con una imagen dentro y un texto debajo de esa imagen y al hacer hover cambia el fondo del div


Mucho más no se me ocurre

Saludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.