Why the scroll bar?

I am puzzled why my forum has a scroll bar when viewed in Firefox and no such thing in IE8.

Any idea what the errant code might be?

Thanks,

Jon

Please post a link.

Sorry, how stupid of me! :frowning:

This is due to the second Sponsored Links td (class=“alt1”) containing an iframe that has a width extending beyond the body. Nothing is rendering visibly in this td on the page.

Adding overflow:hidden to .alt1 would prevent the spillage and remove the scrollbars, but also cut off part of the iframe, if it were visible.

You have make it fit the correct parameters then you should have no trouble loading everything successfully.

Scrollbar now gone. Thanks guys!