Guest Gwen Posted July 13, 2009 Report Share Posted July 13, 2009 This is the first time I see this code img[src*=. It works by selecting a specific image or images that contains the source in between the quotes. Does anybody know about this code? I tried searching for this but I didn't find any information.CSS: #mytable {visibility:hidden}#mytable img[src*="http://www.mysite.com/images/"]{visibility:visible} Any info is appreciated thanks. Link to comment Share on other sites More sharing options...
Ingolme Posted July 14, 2009 Report Share Posted July 14, 2009 It's a CSS3 selector that will select any <img> element that contains that portion of text in its src attribute. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now