Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/02/2008, 07:29
alatorn
 
Fecha de Ingreso: diciembre-2007
Mensajes: 8
Antigüedad: 16 años, 3 meses
Puntos: 0
Posicionar DIV abajo del todo del website

Mi web es: http://usuarios.lycos.es/nteches/ y tengo un problemilla.

En el index, tengo:


Código:

Código:
<html>
<head>

<style>
#prueba{
position: absolute; 
bottom: 0%; 
width: 800px;
height: 10px;
}

</style>
</head>
<body>
<div id="prueba">
  <?php include ("bottom.php"); ?>
</div>

</body>
</html>
y como aveis podido comprovar no keda abajo del todo...

(las noticias están incluidas via un include de php)

He provado de todo:S

que tengo mal?