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?