Ver Mensaje Individual
  #4 (permalink)  
Antiguo 31/10/2011, 10:38
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 16 años, 10 meses
Puntos: 1567
Respuesta: capa absoluta al pie de página, no me sale!

Lo que sigue funciona

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <title>Capa al pie</title>
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6. <style type="text/css">
  7. /*<![CDATA[*/
  8. html, body {
  9. margin: 0;
  10. padding: 0;
  11. }
  12. #copyright {
  13. position: absolute;
  14. width:100%;
  15. height: 50px;
  16. margin: 0;
  17. padding: 0;
  18. bottom: 0;
  19. left: 0;
  20. background-color: gray;
  21. border-bottom: 10px solid #000;
  22. }
  23. /*]]>*/
  24. </head>
  25. <div id="copyright">
  26. copyright
  27. </div>
  28. </body>
  29. </html>

Probablemente hay algo más de tu html que esté interfiriendo

Saludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.