probleme d'espace avant le pied de page

probleme d'espace avant le pied de page - HTML/CSS - Programmation

Marsh Posté le 26-05-2008 à 23:04:09    

Bonjour,
 
J'ai un problème sur mon CSS. Le pied est espacé du contenu, je ne vois pas pourquoi, voila le code  
 

Code :
  1. #header {
  2. width: 900px;
  3. height: 58px;
  4. margin: 0;
  5. background: url(images/header.png);
  6. }
  7. #center {
  8. width: 775px;
  9. min-height: 400px;
  10. margin: 0;
  11. padding-left: 65px;
  12. padding-right: 60px;
  13. background: url(images/center.png);
  14. //background-repeat: repeat-y;
  15. }
  16. #bottom {
  17.         clear: both;
  18. width: 900px;
  19. height: 65px;
  20. margin: 0;
  21. background: url(images/bottom.png);
  22. }


 
 Si quelqu'un pouvait m'aider ce serait cool.

Reply

Marsh Posté le 26-05-2008 à 23:04:09   

Reply

Marsh Posté le 26-05-2008 à 23:08:51    

Je précise que le test est effectué sur SAFARI, le problème n'est pas sur Firefox.

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed