About this blog

Hi folks, Jamie here.

I'm a web developer at the PaddyPower.com.
I blog about web development, content management systems, design, user experience and anything else that comes to mind.

Feeds

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