bonjour, j'ai un petit problème avec un div ds une feuille css.
Ma première version:là, tout va bien.Code:
1
2 <div style="RIGHT: 0px; LEFT: 10%; OVERFLOW: auto; WIDTH: 20%; BOTTOM: 0px; POSITION: absolute; TOP: 0px; HEIGHT: 100%;">
Par contre, si je fais ceci:
etCode:
1
2
3
4
5
6
7
8
9
10
11 .IBrowser { OVERFLOW: auto; POSITION: absolute; height: 100%; width: 20%; left: 10%; right: 0px; top: 0px; bottom: 0px; }
ça marche pas...Code:<div class="IBrowser">
QQ peut m'aider ? Merci