I have a div with overflow:visible
and direction:rtl
on a page.
The problem is that IE shows the scroll bar on the left while Chrome and FF shows it on the right.
Is there any js way to detect the side of the scroll bar?
I know that you could go with if IE it's on the left and all others it's on the right, but I'm not happy with this solution