Le mardi 29 août 2006 12:39, Sylvain Letuffe gplservice.fr a écrit :
> toi non plus tu n'as pas trouvé comment lancer firefox depuis kmail ?
En fait, je n'ai pas cherché, car je préfère Konqueror (Firefox est un peu lent).
> j'ai bien ris, je remarquais exactement le même problème de molette au
> moment où tu as répondu, en voyant que tu étais sous kmail j'ai compris
> ;-)
>
> si un jour tu trouves la solution je suis preneur ;-)
J'ai regardé un peu le code de la page, et le problème se situe dans la CSS :
DIV.titre{ z-index: 1; position: fixed; top: 0px; left: 0px; width: 100%; height: 40px; background: #aec0ec; font-size: 11px; font-weight: bold; }
DIV.t_degrade{ z-index: 2; position: absolute; top: 0px; left: 0px; width: 100%; height: 40px; background-image: url(/images/titre_degrade.png); background-repeat: no-repeat; }
DIV.t_logo{ z-index: 3; position: absolute; top: 0px; left: 0px; width: 100%; height: 40px; background-image: url(/images/titre_smeserver.png); background-repeat: no-repeat; }
DIV.t_drapeaux{ z-index: 4; position: absolute; top: 14px; right: 0px; }
DIV.t_barre_1{ z-index: 1; position: absolute; top: 40px; left: 0px; width: 100%; height: 6px; background: #ffffff; border-color: #000080; border-style: solid; border-width: 1px 0px 1px 0px; }
DIV.t_email{ z-index: 1; position: absolute; top: 48px; left: 0px; width: 100%; height: 13px; background: #809de2; padding: 1px 1px 1px 2px; }
DIV.t_liens{ z-index: 2; position: absolute; top: 49px; right: 0px; text-align: right; }
DIV.t_barre_2{ z-index: 3; position: absolute; top: 63px; left: 0px; width: 100%; height: 4px; background: #000080; }
DIV.menu_bg{ z-index: 0; position: fixed; top: 0px; left: 0px; width: 165px; height: 100%; background-color: #e3e9f9; }
DIV.menu{ z-index: 1; position: fixed; top: 67px; left: 0px; bottom: 0px; width: 175px; padding: 0px 0px 0px 2px; overflow: auto; }
DIV.page{ z-index: 1; position: fixed; top: 67px; left: 177px; right: 0px; bottom: 0px; overflow: auto; }
DIV.contenu{ padding: 0px 10px 5px 5px; }
Ce sont les "position: fixed" qui empèchent de scroller, en particulier celui de "DIV.page".
Mais c'est Konqueror qui ne doit pas le gérer correctement, car Firefox scrolle
bien avec la mollette.
--
Frédéric
http://www.gbiloba.org