25/05/2008, 15:14
|
| Colaborador | | Fecha de Ingreso: octubre-2006 Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 18 años, 1 mes Puntos: 280 | |
Respuesta: No funciona hipervinculo de capa con imagen en Internet Explorer...!!! Prueba con esto: Cita: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="es-es">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
#contenedor {padding:5px; cursor:pointer;display:block;}
.enlace {padding:2px;display:block;}
</style>
</head>
<body>
<a href="profile.php">
<span id="contenedor">
<span class="enlace">Texto</span>
<span class="enlace">Otro Texto</span>
<span class="enlace"><img src="photos/foto.jpg" /></span>
</span>
</a>
</body>
</html> Mikel. |