Se connecter avec
S'enregistrer | Connectez-vous

IE fait encore des siennes avec le CSS

Dernière réponse : dans Programmation
Lassé par la pub ? Créez un compte

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


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

Sa marche pas sous IE!
Lassé par la pub ? Créez un compte
Tom's guide dans le monde