EmbraceTheNight
07-01-2003, 08:10 PM
Does anyone know how to put the scrollbar on the left-hand side of the page without reversing the entire page? I used the script from Lissa Explains It All (direction:rtl), but that one reverses the whole page.
Thanks!
- Embrace The Night
Makar
07-01-2003, 08:36 PM
Why would you need a scrollbar on the left side of the page???
I guess (I don't know) if you create the page reversed...and then use the script the reverses it the page it will be back to normal and the scrollbar will still be on the left side...
amicus
07-01-2003, 09:06 PM
put this style into your head tags.
<style type="text/css">
body {
direction: rtl;
text-align: left;
}
</style>
kittycat
07-01-2003, 09:07 PM
Put this just after the <body> tag
<div style="direction: ltr;">
And it will make everything else on the page look the normal way, with the scrollbar still on the right side.
EmbraceTheNight
07-02-2003, 06:31 PM
Thanks, I'll try your suggestions.
As for why I'm wanting the scrollbar on the opposite side, it's because of a layout I'm working on. I'll be using frames and an image map between two frames, but I don't want the scrollbar right beside the map. Ah well, if I can't get it to work I guess I'll just have to live with it. :)
- Embrace the Night