I have a div with a fixed width and height and overflow: scroll attribute.
I would like the vertical scrollbar to appear on the left side of the div instead of the right.
Any css or javascript solution? (supporting both ff etc.)
You can use JScrollPane , the cross-browser jQuery plugin, to create your own scrollbar with your own scrollbar.
I know that you did not request a jQuery solution, but I think this is the obvious choice in this case
div div div div rtl, :
<div style="direction: rtl; overflow: scroll"> <div style="direction: ltr"> Long content </div> </div>
, , FireFox ( Opera IE). , , - - , .
HTML/CSS. , javascripting.
, ? . , , , .
Source: https://habr.com/ru/post/1774241/More articles:DLL loading sequence at service start - windowsHow to add numbers after decimal using php - php.NET Software Update Manager - c #problem with CGI :: unescapeHTML - ruby | fooobar.comHow can I get a Click event in a ListBoxItem? - wpfHow to filter emails using content and subject? - c #PHP and TOMCAT setup / integration - phpgeneration surpasses rails - ruby-on-railsInApp Purchase, SKProduct problems with localized properties - iphoneCalling a PHP function using jQuery AJAX - jqueryAll Articles