I've put ad block on the top of my page and I have some space between ad and other content below in Opera browser. That's fine in IE, no space there. I'm not very good in drupal, but there's nothing strange in the code wich ad module post on the page:

document.write('

Only local images are allowed.

');

I put in my theme:

* {
margin:0px;
padding:0px;
}

so it's not a margin/padding... What could it be??? Only Opera...

Thanks for you help!

Mitya.

Comments

jeremy’s picture

Sorry, you're outside of my expertise. Perhaps someone else will offer some useful tips for you.

ghumpley’s picture

Component: ad_image.module » ad_image module

This is most likely a CSS issue. Try setting the line-height of the ad to normal and see what happens. If it's displayed in a block, an example could be:

#block-block-6 .content
{
line-height: normal;
}

jeremy’s picture

Status: Active » Postponed

I'm postponing this until someone comes along with Opera expertise to solve the issue.

jeremy’s picture

Status: Postponed » Closed (won't fix)

No patches have come along, closing issue.