View Full Version : Div scroller


limpeuile
05-15-2004, 09:07 PM
How do I (if I can) put the scroll bar for my div layer on the right side instead of the left? I only want it to do that on one layer but not the others or the whole site.

Demented
05-15-2004, 09:12 PM
You could probably just put the same script you used to make your scrollbars go the other way on that one, it would probably reverse it.

limpeuile
05-15-2004, 09:32 PM
but it naturally goes on the right, i have no clue why the code i use is:

<div style="overflow: auto">


and that puts the scrollbar in. I can't figure out how to get it on the left...

bourdelson
05-15-2004, 09:59 PM
http://www.lissaexplains.com/css.shtml#reverse

Hope that's what you're looking for. :)

limpeuile
05-17-2004, 04:59 AM
many thanks, I don't know how I missed it, except maybe i thought it was for the whole page. oh, well. thanks again