When using body {direction:rtl;}
the horizontal scrollbar starts from the right, but in some browsers the vertical scrollbar also changes position (i.e. moves to the left). How can I avoid moving the vertical scrollbar and only change the direction of the horizontal scrollbar?
Update:
I've found that by setting someMainContainer {float:right;}
I can force the page view to start from the right side. But this way, the horizontal scrollbar disappears! Any ideas?