SyntaxFix
Write A Post
Hire A Developer
Questions
You could try direction:rtl; in your css. Then reset the text direction in the inner div
direction:rtl;
div
#scroll{ direction:rtl; overflow:auto; height:50px; width:50px;} #scroll div{ direction:ltr; }
Untested.