vote up 1 vote down star

This is very interesting to me... This image displays perfectly well in Safari, but not at all in Firefox! Here's the relevant code:

<div id="ad">
    <p>Advertisment</p>
    <img src="/ADS/fakead1.gif" />
</div>

With CSS:

#ad{color: #666;}
#ad p{
    font-size: .5em;
    text-align: center;
    padding: 0;
    margin: 0;
}

#ad img{
    width: 9em;
    padding: .5em;
    margin: 0;
}

Why would this code cause Firefox to simply ignore the image? (Again, it works perfectly fine with Safari.)

flag

54% accept rate

2 Answers

vote up 7 vote down

Wow, I'm not so smart...

AdBlock Plus is smarter that I would have thought! I'll need to change the div name to something less obvious than "ad" (!)

I should have known.

A word to the wise: if you want your add to get through, name the div in klingon.

link|flag
I think Firefox knows Klingon too ;) – Robert Gould Dec 10 '08 at 2:06
Hunting for a self-learner badge, eh? ^_^ – fluffels Dec 10 '08 at 2:07
1  
Is nobody going to comment on the hypocrisy of using AdBlock Plus, and then embedding ads on your own website, and further obfuscating the fact they are ads specifically to defeat AdBlock plus??? Why not use the obvious and allow users of AdBlock to block them? – Software Monkey Dec 10 '08 at 2:37
vote up 2 vote down

it works for me here. its just your adblock i would say

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.