Firefox with custom theme may hide left scrollbar, it depends on width [default=16..17px] of the scrollbar.
Added better compatibility check and fixed scrollbar height for MSIE.
Type: Posts; User: akkucis; Keyword(s):
Firefox with custom theme may hide left scrollbar, it depends on width [default=16..17px] of the scrollbar.
Added better compatibility check and fixed scrollbar height for MSIE.
only left side?
I added the option, but there is no need for scripting on MSIE:
<body dir=rtl>
<div dir=ltr>
scrollable content
</div>
</body>
http://oh.lv/dblacroll.jpg
works fine with FF MSIE6 MSIE7 Opera 9.0 on Windows xp and Fedora 3
1) CODE TITLE:
Scrollbars at both sides
there is an option to have only one scrollbar on the left.
Added simple browser check,but there may be more compatible browsers.
The script works fine...