up vote 2 down vote favorite
share [g+] share [fb]

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.)

link|improve this question

51% accept rate
feedback

2 Answers

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|improve this answer
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
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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