Ver Mensaje Individual
  #3 (permalink)  
Antiguo 05/07/2008, 09:29
abigor66
 
Fecha de Ingreso: mayo-2008
Mensajes: 489
Antigüedad: 15 años, 11 meses
Puntos: 8
Respuesta: Ayuda con enlaces en IE

Perdon por la demora.

el codigo es este:
Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css" media="screen">
.enlace03 a {border-color:#6699CC}
.enlace03 a:hover {border-color:#ffffff}
</style>
</head>

<body>
<div class="enlace03"><a href="reg-imagen.php"><img src="img.jpg" width="100" height="80" title=""></a></div>
</body>
</html> 
no entiendo que sucede