Ver Mensaje Individual
  #6 (permalink)  
Antiguo 11/12/2008, 10:34
ruben-et
 
Fecha de Ingreso: enero-2008
Mensajes: 133
Antigüedad: 16 años, 3 meses
Puntos: 1
Respuesta: centrando con absolute!!

Ya, es lo que estoy haciendo mikmoro.
prueba esto tan simple:
Cita:
<!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=utf-8" />
<title>Documento sin t&iacute;tulo</title>
</head>

<body>
<div id="contenedor" style="width:800px; height:80%; margin:0 auto ; border:1px solid #000">contenido
<a href="#" style="position :absolute; left: 15px; top: 5px;">Link </a>
</div>
</body>

</html>
Verás que el link se sale del contenedor y no lo coge de referencia sino que coge la referencia de la página.