Bonsoir
j'ai ce div :
dans lequel j'ai mis celui-la :Code:
1
2
3
4
5
6 #mainframe { position:absolute; height:100%; width:100%; background-color:#FFFFFF; }
avec ie7 et ff le overflow auto fonctionneCode:
1
2
3
4
5
6
7
8
9 #principal { overflow: auto; height:60%; width:100%; padding-top:30px; background-color:#FFFFFF; margin-left:0%; margin-right:0%; }
mais avec ie6 pas de scroll ...
merci de votre aide