Remove any calls to "spacer.gif" we don't need those anymore, they originally were there to support bad browsers.
The "$spacer_open" hook calls it. It was designed to allow potentially wide content to expand to the width they need without breaking the layout of content above and below themselves. It's obsolete today - unless of course you intend to support IE6 and earlier browsers. Almost no one does that anymore because there aren't any humans using these anymore.
Get rid of the spacer open/close there and see if that solves the issue. I bet it does.
|