Largeur du cadre non fixe sur mon site.

Largeur du cadre non fixe sur mon site. - HTML/CSS - Programmation

Marsh Posté le 10-09-2008 à 16:01:13    

Bonjour à tous,
J'ai enfin mis mon site en ligne : http://hugin-munin.org/ (Optimisé seulement pour Firefox, Ie fait du caca avec la transparence des images, je comprends rien..)
 
Mais sous Firefox 3.0 un problème se pose : Le cadre principal se règle sur la longueur du texte présent dedans. Ainsi sur la page d'accueil il ne prend pas toute la largeur alors que dans un article ou le texte est rempli, cela se passe correctement.
 
Je ne sais pas ou régler cela. Si vous aviez des indications, je vous en serai reconnaissant, merci :)
 
Ps: désolé pour la lourdeur du site, les images ne sont pas encore réduites.
 
Je vous met le code css associé, si ça peut aider :  

Code :
  1. http://hugin-munin.org/templates/n [...] te_css.css
  2. td, tr, p, div (line 22)
  3. {
  4. font-family: Verdana,Arial,Helvetica,sans-serif;
  5. color: #eeeeee;
  6. font-size: 11px;
  7. }
  8. #mainbody (line 163)
  9. {
  10. margin-top: 10px;
  11. background-color: transparent;
  12. background-image: none;
  13. background-repeat: repeat;
  14. background-attachment: scroll;
  15. background-position: 0% 0%;
  16. border-top-width: 0px;
  17. border-right-width-value: 0px;
  18. border-right-width-ltr-source: physical;
  19. border-right-width-rtl-source: physical;
  20. border-bottom-width: 0px;
  21. border-left-width-value: 0px;
  22. border-left-width-ltr-source: physical;
  23. border-left-width-rtl-source: physical;
  24. border-top-style: solid;
  25. border-right-style-value: solid;
  26. border-right-style-ltr-source: physical;
  27. border-right-style-rtl-source: physical;
  28. border-bottom-style: solid;
  29. border-left-style-value: solid;
  30. border-left-style-ltr-source: physical;
  31. border-left-style-rtl-source: physical;
  32. border-top-color: #000000;
  33. border-right-color-value: #000000;
  34. border-right-color-ltr-source: physical;
  35. border-right-color-rtl-source: physical;
  36. border-bottom-color: #000000;
  37. border-left-color-value: #000000;
  38. border-left-color-ltr-source: physical;
  39. border-left-color-rtl-source: physical;
  40. text-align: left;
  41. padding-top: 0px;
  42. padding-right: 0px;
  43. padding-bottom: 0px;
  44. padding-left: 0px;
  45. }

Reply

Marsh Posté le 10-09-2008 à 16:01:13   

Reply

Sujets relatifs:

Leave a Replay

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