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.
In IE7 scrollbars appear in the browser even when there is no content to scroll.
Try:
This removes the scollbar.
I think!
BTW not a problem in FF etc as you would expect.
Good luck.