Ver Mensaje Individual
  #4 (permalink)  
Antiguo 30/11/2013, 13:33
Avatar de C2am
C2am
 
Fecha de Ingreso: enero-2009
Ubicación: Rosario, Argentina
Mensajes: 2.005
Antigüedad: 15 años, 3 meses
Puntos: 306
Respuesta: Final de la página se ve mal

Utiliza el highlight para publicar código, y publica el html generado por el php, es decir, abre desde el navegador tu página, haz click derecho "ver código fuente" y copia ese html generado.

Lo anterior es para que sepas como postear correctamente.

Código CSS:
Ver original
  1. #total{
  2. background-image:url(../img/fondo.png) repeat-x repeat-y;
  3. background-color: blue;
  4. position: absolute;
  5. width: 100%;
  6. height: 250%;
  7. z-index: 1;
  8. left:0px;
  9. top:0px;
  10. }
  11. #banner{
  12. background-image:url(../img/fondo_banner.png) repeat-x repeat-y;
  13. background-color: blue;
  14. width:100%;
  15. height:5%;
  16. background-color: blue;
  17. }
  18.  
  19. #menu{
  20. position: absolute;
  21. width: 60%;
  22. height: 100%;
  23. left: 20%;
  24. z-index:2;
  25. padding: 0;
  26.  
  27. }
  28.  
  29.  
  30.  
  31. #contenido{
  32. top: 7.5%;
  33. left: 20%;
  34. width: 60%;
  35. min-height: 100%;
  36. height:auto;
  37. background-color: white;
  38. z-index:1; 
  39. position: absolute;
  40. }
  41.  
  42. #lateral{
  43.  
  44. left: 72%;
  45. width:27%;
  46. height: 20%;
  47. background-color: pink;
  48. position: absolute;
  49. top:16.5%;
  50. }
  51.  
  52. #slider{
  53. position: absolute;
  54. width: 70%;
  55. height: 11%;
  56. left: 1%;
  57. top: 0.5%;
  58. }
  59.  
  60. #novedades{
  61. background-color: black;
  62. position: absolute;
  63. width: 68.5%;
  64. height: 7%;
  65. left: 1.9%;
  66. top: 16.5%;
  67. }
  68. #footer{
  69. }

Y esto es lo que obtengo al copiar tu código: http://jsfiddle.net/c2am/7qB4n/7/embedded/result/ corrigiendo lo de "repeat-x; repeat-y;"

Ahora, ¿cómo debería quedar?
__________________
El mundo nada puede contra un hombre que canta en la miseria.
-- Ernesto Sábato--