IE fait encore des siennes avec le CSS - Programmation
TomsGuide.com : 700 000 inscrits répondent à toutes vos questions high-tech et informatique.
Pour obtenir de l'aide, inscrivez-vous gratuitement !
 

Ajouter une réponse



 Mot :   Pseudo :  
 
Bas de page
Auteur
 Sujet : IE fait encore des siennes avec le CSS
 
Plus on est de fou, moins il y a de riz!
Profil : IDNaute
Plus d'informations

Bonjour, j'ai un gros problème de marche et d'alignement avec mon site: www.mask-mail.c.la . Sous Firefox l'alignement est parfait, mais alors sous IE c'est une catastrophe! J'ai fait 1 feuille de style spécial pour IE, (valide au W3C) mais je sais pas comment arranger le problème.

Pouvez vous m'aider.

Merci

Liens spon sorisés

Inscrivez-vous ou connectez-vous pour masquer ceci.

ll'aquitaine, MA RÉGION mdr
Profil : IDNaute
Plus d'informations

Moi sous Internet exploreur c'est nikel floboss ! C'est pas ton naviguateur qui merderais ou alors tu à peut être une autre version que la mienne ?

Plus on est de fou, moins il y a de riz!
Profil : IDNaute
Plus d'informations

Ben j'ai la version 6.0 celle fourni avec win XP. Toi tu vois exactement la meme chose qu'avec Firefox?

ll'aquitaine, MA RÉGION mdr
Profil : IDNaute
Plus d'informations

oui sauf que l'ecriture n'est pas de la même grosseur !
Mais par contre j'ai la version [beta] 7.0 !!!!

Plus on est de fou, moins il y a de riz!
Profil : IDNaute
Plus d'informations

Ben c'est pour sa. Avec la 6 c'est la merde!

ll'aquitaine, MA RÉGION mdr
Profil : IDNaute
Plus d'informations

ah ben la je te conseil de changer le css pour internet exploreur

Plus on est de fou, moins il y a de riz!
Profil : IDNaute
Plus d'informations

Mais j'ai changer le CSS, j'ai essaye de modifier les margin padding, de toutes les manières possible et il y a toujours décalage entre le corps et le footer.

ll'aquitaine, MA RÉGION mdr
Profil : IDNaute
Plus d'informations

Franchement je sais pas du tout !

De deux choses de l'une !
Profil : IDNaute
Plus d'informations

montre nous ta feuille de style ca serait peut etre plus simple

Plus on est de fou, moins il y a de riz!
Profil : IDNaute
Plus d'informations

Code :
  1. body {
  2. width: 805px;
  3. margin: auto;
  4. margin-top: 15px;
  5. background-position: center;
  6. }
  7. form {
  8. font-weight: bold;
  9. }
  10. #header {
  11. background-image: url("../images/header.png" );
  12. background-repeat: no-repeat;
  13. background-position: center;
  14. height: 175px;
  15. }
  16. #corps {
  17. background-image: url("../images/corps.png" );
  18. background-repeat: repeat-y;
  19. background-position: center;
  20. padding-left:30px;
  21. padding-right: 25px;
  22. }
  23. #footer {
  24. background-image: url("../images/footer.png" );
  25. background-repeat: no-repeat;
  26. background-position: center;
  27. height: 86px;
  28. }
  29. #footer a {
  30. text-decoration: none;
  31. }
  32. #footer a:hover {
  33. text-decoration: none;
  34. }
  35. .drapeau {
  36. margin: auto;
  37. padding-top: 130px;
  38. padding-left: 380px;
  39. }
  40. .droite {
  41. padding-right: 20px;
  42. }
  43. .footer {
  44. padding-top: 35px;
  45. text-align: center;
  46. }
  47. .infos:before {
  48. content: url("../images/infos.png" );
  49. }
  50. .infos {
  51. color: #006f00;
  52. }
  53. .infos a {
  54. color: #006f00;
  55. text-decoration: none;
  56. }
  57. .infos a:hover {
  58. color: #006f09;
  59. text-decoration: underline;
  60. }
  61. .attention {
  62. color: #00247e;
  63. text-align: center;
  64. border-width: 1px;
  65. border-style: dotted;
  66. }
  67. a {
  68. color: black;
  69. text-decoration: none;
  70. }
  71. a:hover {
  72. color: black;
  73. text-decoration: underline;
  74. }
  75. .titre_aide {
  76. font-weight: bold;
  77. font-style: italic;
  78. }
  79. .aide a {
  80. text-decoration: none;
  81. }
  82. .aide a:hover {
  83. font-weight: bold;
  84. }
  85. .pub {
  86. text-align: center;
  87. }
  88. .description {
  89. margin: auto;
  90. width: 700px;
  91. border-style: dotted;
  92. color: #858585;
  93. }
  94. .titre_description {
  95. color: black;
  96. }
  97. #previsualisation {
  98. font-weight: normal;
  99. width: 700px;
  100. margin: auto;
  101. border-style: dotted;
  102. border-width: 1px;
  103. border-color: blue;
  104. }



La class droite permet de mettre le champ expediteur, et "réponse" a droite.

Sa marche pas sous IE!


Aller à :
Ajouter une réponse
  FORUM Infos-du-Net » Programmation » IE fait encore des siennes avec le CSS
 

Liens