je suis en train de développer une application (Tizen web application).
J'aime savoir comment rendre le scroll bar toujours visible non pas seulement lors du scroll.
j'ai utilisé ce bout de code :
<div style="height: 600px; overflow: -moz-scrollbars-vertical; overflow: scroll;">
mais le scrollbar s'affiche uniquement lors du scroll.
I'm developing an application (Tizen web application).
I like to know how to make the scroll bar always visible not only in the scroll.
I used this piece of code:
<div style="height: 600px; overflow: -moz-scrollbars-vertical; overflow: scroll;">
but the scrollbar is displayed only when the scroll.