Languages

Menu
Sites
Language
ScrollBar

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.

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

3 Replies
Marco Buettner

Maybe you can try this

 

http://stackoverflow.com/a/10100209/3294353

Alexander AVSukhov

Hello,

Try following:

{overflow-y:scroll;}
Alexander AVSukhov

Sorry, use css:

{overflow-y:scroll;}