Closed (won't fix)
Project:
Advertisement
Version:
5.x-1.3-2
Component:
ad_image module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2007 at 18:13 UTC
Updated:
15 Apr 2009 at 20:26 UTC
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('
');
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
Comment #1
jeremy commentedSorry, you're outside of my expertise. Perhaps someone else will offer some useful tips for you.
Comment #2
ghumpley commentedThis 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;
}
Comment #3
jeremy commentedI'm postponing this until someone comes along with Opera expertise to solve the issue.
Comment #4
jeremy commentedNo patches have come along, closing issue.