Would
Code:
html {direction:rtl;}
body {direction:ltr;}
#content {direction:rtl;}
work?
Never tried it, but in theory the html would render right-to-left, the body (and therefore the scrollbar) would render left-to-right, then you'd wrap everything else inside the content which would render right-to-left again.