Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/08/2010, 20:25
Avatar de tredio
tredio
 
Fecha de Ingreso: noviembre-2008
Ubicación: Carabobo
Mensajes: 466
Antigüedad: 15 años, 5 meses
Puntos: 66
Respuesta: hover no trabaja

aca esta

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>Documento sin título</title>
  5. img:hover{ width:300px; height:300px;}
  6. </head>
  7.  
  8. <img src="img/head_pdf.gif" width="329" height="53" />
  9. </body>
  10. </html>