probleme d'affichage urgent svp

probleme d'affichage urgent svp - HTML/CSS - Programmation

Marsh Posté le 06-02-2005 à 16:58:13    

Bonjour tout le monde :hello:  
 
Voila, j'ai un problème d'affichage* sur IE (sur firefox vraimment nickel) et je ne vois pas comment résoudre ce problème, pouvez vous m'aidé svp.
 
* Le problème d'affiche: Le corps est collé au fenetre des menu droite et gauche alors que sur FireFox c'est parfait ensuite, il y a la barre juste au dessus de chaque sous corps qui n'est pas de la même longueur que le sous corp. (désolé si je n'est pas été assé clair, mais je ne vois pas comment l'expliquer autrement)
 
le site: http://blastmanu.no-ip.com (en construction)

ma CSS:

Code :
  1. body
  2. {
  3. font-family:Verdana, Arial, Helvetica, sans-serif;
  4. font-size: 0.8em;
  5. margin: 0;
  6. padding: 0;
  7. }
  8. #conteneur
  9. {
  10. position: absolute;
  11. width: 100%;
  12. background-color:white;
  13. }
  14. #header
  15. {
  16. height: 80px;
  17. background-image: url("kit/fond_header.jpg" );
  18. background-repeat:repeat-x;
  19. }
  20. #logo
  21. {
  22. height:80px;
  23. background-image:url("kit/fond_header_logo.jpg" );
  24. background-repeat: no-repeat;
  25. }
  26. #haut
  27. {
  28. margin-top:5px;
  29. height: 30px;
  30. background-image: url("kit/fond_haut.jpg" );
  31. background-repeat:repeat-x;
  32. margin-bottom: 10px;
  33. }
  34. #menu_gauche
  35. {
  36. float: left;
  37. width: 120px;
  38. margin-left: 5px;
  39. }
  40. #menu_droite
  41. {
  42. float: right;
  43. width: 120px;
  44. margin-right: 5px;
  45. }
  46. .element_menu
  47. {
  48. border:1px solid black;
  49. margin-bottom: 10px;
  50. background-color:#ececec;
  51. }
  52. .barre
  53. {
  54. width:118px;
  55. height:15px;
  56. border:1px solid black;
  57. background: url("kit/barre.jpg" ) no-repeat;
  58. }
  59. .barre2
  60. {
  61. height:15px;
  62. border:1px solid black;
  63. background-image: url("kit/barre.jpg" );
  64. }
  65. #corps
  66. {
  67. margin-left: 130px;
  68. margin-right: 130px;
  69. margin-top: 10px;
  70. }
  71. .sous_corps
  72. {
  73. margin-bottom: 10px;
  74. padding: 5px;
  75. border: 1px solid;
  76. background-color:#ececec;
  77. }
  78. #footer
  79. {
  80. clear: both;
  81. height: 20px;
  82. background-image: url("kit/footer.jpg" );
  83. background-repeat:repeat-x;
  84. margin-bottom: 10px;
  85. }


 
 
 

Reply

Marsh Posté le 06-02-2005 à 16:58:13   

Reply

Sujets relatifs:

Leave a Replay

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