Forum Moderators: martinibuster
And I don't want to put the box on top as I prefer users to see and read all the content first.
From my home computer and Firefox it seems ok. From work with IE, I can't see the Adsense box.
Any other possible reason?
My diagnose was that Firefox first renders the Iframe, then calculates the size and when this is finished determines the best place to display the Iframe. IE on the other hand first decides the place of the Iframe (which has initialy probably size 0x0), then renders the content and ignores all the rendered content when it falls outside the viewport of the current page.
I mailed AdSense about my specific problem, but they responded that they don't support problems with HTML--even if they are AdSense adbox related and caused by the way Google implemented the adbox in an Iframe--so I was on my own. Putting the AdSense ad in a div, and giving the div a float:left, float:right or similar parameter might work in your occasion, it all depends on your layout. Giving the div the same width and height as the enclosed ad box might also help. Also drawing a table around the block might be a solution if you don't want to use CSS.
Another solution could be to give your page a fixed width, if it now has a floating layout. Query Google for "CSS quick tutorial" to learn more about CSS attributes.