how do you change the scrollbar position to be on the left instead of the default right...? without flipping the page entirely with the direction rtl CSS attribute of course, I was wondering if there was a simple way to do it with plain html.
any help would be appreciated.
epolady
04-16-2003, 09:43 AM
You won't be able to, you can, however, flip the contents of your page so it'll look 'normal'.
<div style="direction:ltr;">
Content, images, whatever here
</div>
Prezhi0usGurL
04-16-2003, 10:27 PM
you can check out Layout Land (http://www.layoutland.net). She has a scrollbar generator there and I believe it asks you whether or if you want the scrollbar to the left or to the right.
Take Care,
Kaisy