css3 - Images disappear offscreen in firefox -
this code, though firefox added weird classes each reason:
<img id="share_facebook" class="gknwrycuvfcesykaisun" src="http://localhost:80/graphics/share/facebook.png"></img> <img id="share_google" src="http:/localhost:80/graphics/share/google.png"></img> <img id="share_pinterest" class="gknwrycuvfcesykaisun" src="http://localhost:80/graphics/share/pinterest.png"></img> <img id="share_tumblr" class="gknwrycuvfcesykaisun" src="http://localhost:80/graphics/share/tumblr.png"></img> <img id="share_twitter" class="gknwrycuvfcesykaisun" src="http://localhost:80/graphics/share/twitter.png"></img> <img id="share_email" src="http://localhost:80//graphics/share/email.png"></img>
in chrome, works expected, in firefox, images don't show @ all. when click on them document inspector, there's grey information box shows @ top left of screen suggests images outside of document or offscreen or such.
there's no special styles on these , i've tried moving them outside of content of page , putting them right below body tag removing weird class values firefox adds, @ best google , email images show , none of others.
hovering on image source address in inspector shows popup image google , email , rest "could not load image". if cut , paste value , load in new tab, can see image fine.
i cleared cache "all time" every category , still nothing. going on!?
for else runs question did, answered here.
the short answer is: adblock.
Comments
Post a Comment