Left Side Scrollbar

Insert this code into the pages that you want to have a left side scrollbar on. It should be placed under the <*body> tag.

<body style="direction: rtl;"> <div style="direction: ltr;">

Back