FAQ
Q: When viewing Blogads on my site through Firefox, the adstrip occasionally displays improperly. The ad appears to be taking over the page. Is there anything that can be done about this?
A: Mozilla/Netscape 7 and above have a bug that is related to javascript
serving on pages with certain HTML. This problem is not specific to
Blogads: bugzilla.mozilla.org
The problem occurs only once on a browser: if the user hits the back
button or goes back to your page, everything will display normally.
Not all users are affected, but we have not been able to identify what
exactly determines this.
A Blogads user suggested that by moving all .css style sheets into the
Head part of the .html, the problem disappears.
Another Blogads user suggested that you insert the Blogads javascript
into your HTML the following way:
<div class="side">
<link rel="stylesheet" type="text/css"
href="PUT_YOUR_BLOGADS_CSS_URL_HERE" />
<script language="javascript"
src="PUT_YOUR_BLOGADS_JAVASCRIPT_URL_HERE"></script>
<script language="javascript">var juryrig =
'hopethisfixesit';</script>
</div>
If you encounter this problem yourself on another blog, you should just
set the style in your Firefox browser (view/style) to "no style".