The page refresh does indeed work for Firefox users as a stopgap.
Posted at 2006-02-12 09:47:40 [PermaLink]Your site fails to validate. That makes it very hard to find what interaction with the ads may be going wrong.
See "Failed validation, 494 errors" at
[External Link]
The template design is causing the problem, because you have a "content" DIV that floats left (in the CSS) but the rest of the page is not positioned anywhere. The rest of the page seems to be your sidebar. Try surrounding the sidebar in a right-aligned DIV (with an appropriate "position" CSS attribute, probably "relative").
Posted at 2006-02-12 10:21:34 [PermaLink]Even better for Firefox users is the 'Nuke anything' add-on, which allows you to remove any object on a page (at least until you refresh it).
Posted at 2006-02-12 12:03:02 [PermaLink]