IE7 scrollbar issues

In IE7 scrollbars appear in the browser even when there is no content to scroll.

Try:

body { overflow: auto; }

This removes the scollbar.
I think!

BTW not a problem in FF etc as you would expect.

Good luck.

Leave a Reply