I have a footer and a content boxes. Footer is fixed, so that it is visible at any point of scroll. Content box is of 100% height, but its rise ends just before the footer begins (so that it won't cross a footer box and up with a failure.)
<div id="footer" style="border:4px solid black;"></div>
<div id="content" style="border:4px solid blue;"></div>
A problem comes here. #content has an overflow:auto parameter and it crushes the browser right-side scrollbar. An outcome gets even more horrible on my real example (Having a stretching background applied to while #content a picture covers a scrollbar making it invisible).
Here is a JSFiddle link: http://jsfiddle.net/TAVmF/7/
Please note that I wish a scrollbar was at its right place, not just appearing on #content part of the window.
Thank you all.
Edit:
Problems can be seen at this photo: