[RESOLU]espace blanc sous ie

espace blanc sous ie [RESOLU] - HTML/CSS - Programmation

Marsh Posté le 12-01-2006 à 17:13:49    

bonjour
 
voila sous ie j'ai un espace blanc qui apparait juste avant le footer alors que sous firefox tout est tres bien placé.  
 
voici mon code sur l'index:

Code :
  1. <table cellspacing="5px" cellpadding="0px" class="none">
  2. <tr>
  3. <td valign="top" style="background-color: #DCDCDC;" width="210px">
  4. </td>
  5. <td valign="top" style="background-color: #EDEDED;"  width="472px">
  6. </td>
  7. </tr>
  8. </table>


 
et voici mon code css:
 

Code :
  1. table {
  2. position:relative;
  3. top: 1px;
  4. left: 64px;
  5. _height:100%;
  6. width:700px;
  7. border-style:none;
  8. }
  9. td {
  10. border-style:solid;
  11. border-width:0px;
  12. border-color:white;
  13. _height:100%;
  14. }
  15. .none {
  16. border-style:none;
  17. }
  18. .footer {
  19. clear:both;
  20. margin: -15px 0px 0px 59px;
  21. background: url(../design/footer.gif) no-repeat;
  22. width: 710px;
  23. height: 86px;
  24. text-align: left;
  25. }
  26. .footertexte {
  27. position:RELATIVE;
  28. Top: 18px;
  29. left:300px;
  30. font-family:verdana;
  31. font-size:8px;
  32. color:#FFFFFF;
  33. font-weight:bold;
  34. width: 419px;
  35. text-align: left;
  36. }


Message édité par pauline24030 le 12-01-2006 à 17:26:49
Reply

Marsh Posté le 12-01-2006 à 17:13:49   

Reply

Sujets relatifs:

Leave a Replay

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