CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
Image Icons In Internet Explorer
k_mcminn
Permalink to comment
#
August 2012
Hello, everyone.
I'm having a hard time trying to figure out why Internet Explorer 9 displays little image icons in the top-left portion of images. None of the other Browsers show these little icons. You can see what I'm talking about here:
My Site
Click for an image
k_mcminn
Permalink to comment
#
August 2012
Should I create a new one, or wait until someone moves this one? Also, if I need to create another one, what category does it need to be in? Thanks.
SgtLegend
Permalink to comment
#
August 2012
The small image icons are there because your not setting the
src
attribute on your
<img>
elements.
k_mcminn
Permalink to comment
#
August 2012
Hmm, I definitely see what you're saying on that. What's the best way to do that then, since I've referenced the image using a CSS class?
Add a Comment
I'm having a hard time trying to figure out why Internet Explorer 9 displays little image icons in the top-left portion of images. None of the other Browsers show these little icons. You can see what I'm talking about here:
My Site
Click for an image
srcattribute on your<img>elements.