Note that there are some explanatory texts on larger screens.

plurals
  1. POFirefox not displaying images, assigns gibberish class name to element
    primarykey
    data
    text
    <p>I'll keep this brief for now… I have no idea what this problem could have to do with, so I'll withhold any actual code until someone points me in a direction.</p> <p>I have a website. This website has some images. All but two of these images display fine in any browser. Two of these images display fine in every browser EXCEPT Firefox. My only lead is this: looking at the two elements in Firefox's "tools", I notice that both elements have been assigned the class "wmwfsqbhwdmaytbjhpmp". Same gibberish for each element. As you can probably tell, I didn't put that there. Seems likely to be related. Maybe it isn't though.</p> <p>So… do you need my css? My HTML? Could this be a browser issue? I'm a relative beginner to all this, so please bear with me, and please point me in the right direction.</p> <p>Thanks.</p> <p>EDIT: Here's the html…</p> <pre><code>&lt;header&gt; &lt;div id="logo"&gt; &lt;img src="images/main/logoText.png" alt="logoText"&gt; &lt;/div&gt; &lt;div id="bannerAd"&gt; &lt;img src="images/main/topAd.jpg" alt="bannerAdTemp"&gt; &lt;/div&gt; &lt;div class="clear"&gt;&lt;/div&gt; </code></pre> <p></p> <p>To repeat: logoText.png displays fine in any browser, topAd.jpg displays fine in any browser except Firefox. topAd.jpg is the one with the gibberish class applied. Nowhere do I apply classes to it with jquery or anything like it.</p> <hr> <p>SOLUTION: Seems to be AdBlock's fault. Further reading: <a href="https://stackoverflow.com/questions/4869154/how-to-detect-adblock-on-my-website">How to detect Adblock on my website?</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload