What is the correct way for a browser to handle scrollbars?
A layout I'm currently working on has a float:right div which sits in the correct place in all the browsers I've tested it with when the content is shorter than the browser page. If you see what I mean.
When more content is added (or if it's viewed on a smaller res), the scrollbar appears and the div stays in the same place in all browsers except mozilla. In mozilla, the float:right div is pushed to the left by a distance the width of the scrollbar. So the floated div is being positioned in relation to the inside edge of the scrollbar, but everything else isn't - which buggers up the layout.
What do you people know about this? Is there anyway to override this in mozilla?