J'obtiens la barre de scroll sous Firefox, ainsi qu'Opera, mais pour assurer l'accessiblité de tous navigateurs j'aimerais que ça fonctionne sous IE, j'ai épuré le CSS afin de rendre le problème compréhensible.
En images:
Sous firefox (ce que j'aimerais pour tout navigateur):
http://img72.imageshack.us/img72/7033/tempnv9.th.png
Et sous Internet Explorer (IETab):
http://img164.imageshack.us/img164/5086/tempiesr5.th.png
Code source:
Merci de votre attention
Modifié par Excess (15 Aug 2006 - 15:01)
En images:
Sous firefox (ce que j'aimerais pour tout navigateur):
http://img72.imageshack.us/img72/7033/tempnv9.th.png
Et sous Internet Explorer (IETab):
http://img164.imageshack.us/img164/5086/tempiesr5.th.png
Code source:
<style type="text/css">
body { overflow: hidden; padding: 0; margin: 0; height: 100%; width: 100%; }
#header { position: absolute; width: 100%; height: 200px; background-color: lightpink; }
#frame { position: absolute; bottom: 0; top: 150px; overflow-y: auto; background-color: lightgreen; width: 100%; }
</style>
<div id="header"></div>
<div id="frame">
PAGE<br />etc.Evitons le flood. [smile]
</div>
Merci de votre attention
Modifié par Excess (15 Aug 2006 - 15:01)