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 :
- <table cellspacing="5px" cellpadding="0px" class="none">
- <tr>
- <td valign="top" style="background-color: #DCDCDC;" width="210px">
- </td>
- <td valign="top" style="background-color: #EDEDED;" width="472px">
- </td>
- </tr>
- </table>
|
et voici mon code css:
Code :
- table {
- position:relative;
- top: 1px;
- left: 64px;
- _height:100%;
- width:700px;
- border-style:none;
- }
- td {
- border-style:solid;
- border-width:0px;
- border-color:white;
- _height:100%;
- }
- .none {
- border-style:none;
- }
- .footer {
- clear:both;
- margin: -15px 0px 0px 59px;
- background: url(../design/footer.gif) no-repeat;
- width: 710px;
- height: 86px;
- text-align: left;
- }
- .footertexte {
- position:RELATIVE;
- Top: 18px;
- left:300px;
- font-family:verdana;
- font-size:8px;
- color:#FFFFFF;
- font-weight:bold;
- width: 419px;
- text-align: left;
- }
|
Message édité par pauline24030 le 12-01-2006 à 17:26:49