14/10/2011, 11:17
|
| | | Fecha de Ingreso: octubre-2011 Ubicación: Madrid
Mensajes: 81
Antigüedad: 13 años, 3 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> |