View Full Version : reversable scrollbar


sjnrae
04-26-2003, 01:50 AM
Does anyone know the code that reverses the scrollbar so that it's on the left side of the page?

kittycat
04-26-2003, 01:54 AM
body { direction:rtl; }
http://www.lissaexplains.com/css.shtml

sjnrae
04-26-2003, 01:57 AM
I just looked at that page! I can't believe I missed it, lol. Thanks :)