28172 sujets

CSS et mise en forme, CSS3

salut

voila mon probleme, et tout d'abord ubn extrait mon code:


<table style=height: 200px; "width: 200px;" cellpadding="0" cellspacing="0">
  <tr>
    <td style="width: 200px; height: 200px; position: relative; background-color: #f00;">
      <div style="width: 40px; height: 40px; position: absolute; top: 10px; right: 10px; background-color: #0f0;"></div>
    </td>
  </tr>
</table>


Sous IE 8 : http://img38.imageshack.us/img38/6485/posiie.jpg
Sous chrome : http://img685.imageshack.us/img685/6787/posichrome.jpg
Sous FF 7.0.1 : http://img692.imageshack.us/img692/6042/posiff.jpg

il me semble que IE et chrome positionnent correctement la div verte

Est ce que vous sauriez comment corriger ce bug sous FF ?


merci d'avance
Modifié par z2m (26 Oct 2011 - 15:19)