michaellunsford Posted February 11, 2011 Share Posted February 11, 2011 I like to think I'm pretty good at CSS, but this one has me stumped. Can someone translate? #map_canvas div[style*="blue_dot_circle.png"]:not([title]) { Specifically, I'm lost on the "*=" and the ":not([title])" What does it mean? Quote Link to comment Share on other sites More sharing options...
cssfreakie Posted February 16, 2011 Share Posted February 16, 2011 lol wel that is definatly not valid css. and i would fire the person who made that. and leave it out of the css. the : could have tried to be the start of a psuedo class (like :hover) or some sort of crappy ternary declaration in a conditional css which can be seen in some IE stylesheets. (but also is invalid) but not is not valid pseudo class, nor a valid ternary operator since a ? is missing. I would leave it out Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.