Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/10/2011, 11:17
Avatar de interjsr
interjsr
 
Fecha de Ingreso: octubre-2011
Ubicación: Madrid
Mensajes: 81
Antigüedad: 12 años, 6 meses
Puntos: 2
Respuesta: Problema DIV hiperlink a Facebook

jajajajaja, por fin. Prueba esto, y perdón por cambiarte el código. (primero <div> y luego <a>)

<html>
<head>
<style type="text/css">
#fb{
position: absolute;
width: 43px;
height: 43px;
top: 100px;
left: 50px;
background-color:red;


}
</style>
<title>ei</title>
</head>

<body>
<div id="fb">
<a href = "http://www.facebook.com/EscuelaInfantilChiquimundo">
nchar
</a>
</div>
</body>

</html>