View Full Version : Scroll bar to the left instead?


whatever_la
02-12-2003, 08:24 AM
How can I make the scrall bar to the left instead of right?

P.S. Can we make the scroll bar to the top/bottom too?

Sheila
02-12-2003, 01:41 PM
http://www.lissaexplains.com/css.shtml

or use this generator
http://www.asianouting.com/scrollbar/scrollbar.php

pb&j
02-12-2003, 01:42 PM
<style type="text/css">
body{direction:rtl;}
</style>

But.... be sure there is a good reason to do this. Personally I hate when I visit a site and it does effect this because it is out of the "normal" and it causes difficulty and confusion.

As to the top/bottom, I don't think there is a solution.