Salut a tous,

bon IE fait encors des sienne.

Voila mon petit bout de code concerné:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div style="background-color:blue; height:autopx;width:772px; margin:auto;">
    <div style="background-color:red; width:100%; height: 131px">
 
    </div> 
    <div style="margin:0; padding:0; width:100%;[b] height:auto[/b]; background-color:orange; overflow:hidden;">
       <div style="margin: 0; padding: 0; width: 12px; height: 100%; background-color: yellow;float:left;overflow:hidden;">
       </div>
       <div style="margin: 0; padding: 0; background-color:cyan; width: 748px; height: auto;float:left; overflow:hidden;">
          <[content]>
       </div>
       <div style="margin: 0; padding: 0; width: 12px; height:100%; background-color: purple;float:left;overflow:hidden;">
       </div>
 
    </div>
    <div style="margin:0; padding:0; width:100%; height:22px; background-color:green;">
    </div><div style="clear: both; margin:0; padding:0;"></div>
 
 
</div>
Voila il se trouve que lorsque la partie en grasse en relative (% ou auto) le div concerné ne prend pas toute la hauteur. (ce qui se fait sur FF).

Regarder par vou même avec IE ici: http://formations.univ-lemans.fr:8001/emploi/

et normalement les cadre jaune et mauve devrait recouvrir le cadre orange.

Savez vous ce que je peut faire?