monkeymagic2222
Technical User
Hi,
I have the following line of code that displays scroll bars within a section of my webpage:
<div id="Layer3" style="position:absolute; width:520; height:1091; z-index:3; left: 272; top: 140; overflow: scroll">
This shows vertical and horizontal scroll bars but it is only the vertical one I want displayed. Is there a way to hide the horizontal scroll bar?
Thanks.
I have the following line of code that displays scroll bars within a section of my webpage:
<div id="Layer3" style="position:absolute; width:520; height:1091; z-index:3; left: 272; top: 140; overflow: scroll">
This shows vertical and horizontal scroll bars but it is only the vertical one I want displayed. Is there a way to hide the horizontal scroll bar?
Thanks.