• hey folks,

    anyone know what I can add to this to have the scrollbar visible all the time and to prevent horizonal scrolling on the page at the same time? right now, the scrollbar only appears sometimes and only if I do a mouse wheel action near it.

    ideally, I would like to have the scrollbar visible and disable the mousewheel action but I will take the former if I cant have both. 🙂

    thanks in advance

    <center><div style=”overflow: auto; overflow-y: scroll; overflow-x:hidden; height: 200px; width: 547px; color: #faf1fe; background-color: #470265;”>
    TEXT GOES HERE
    </div></center>

The topic ‘scrolling text box with visible scrollbar’ is closed to new replies.