Skip to content

Instantly share code, notes, and snippets.

@jonlow
Last active August 29, 2015 14:03
Show Gist options
  • Save jonlow/e17a4bdb27b6c09fefbc to your computer and use it in GitHub Desktop.
Save jonlow/e17a4bdb27b6c09fefbc to your computer and use it in GitHub Desktop.
CSS selector to target all PNG images (works all the way back to IE7)
img[src$=".png"] {
border: 5px solid red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment