topical media & game development
basic-web-html-07-ch07-eg20.css / css
attribute(s)
/* Style sheet for example demonstrating attribute selectors */
body {
color:#000000;
background-color:#ffffff;
font-size:12px;
font-family:arial, verdana, sans-serif;}
p[id] {border:1px solid #000000;}
p[id="summary"] {background-color:#999999;}
p[class~="XHTML"] {border:3px solid #000000;}
p[language|="en"] {color:#ffffff; background-color:#000000;}
p[attr^"b"]{border:3px solid #333333;}
p[attr*"on"] {color:#ffffff; background-color:#333333;}
p[attr
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.