The title pretty much explains it.
I need some way to keep using body { direction: rtl; } but prevent IE from moving the scrollbar to the left side and keep it on the right. Just like all other browsers. (This is not such a big issue with IE < 9, but IE9 has several bugs when using rtl.)
Anybody got a hack/fix? Thanks.
(Don’t mind doing this with jQuery or something…)
You can put everything in a div with dir=rtl, and leave the body alone.