2010-03-27 05:08:22 -04:00
|
|
|
a { color: black; }
|
|
|
|
a:hover { color: red; }
|
2007-03-17 01:22:03 -04:00
|
|
|
|
|
|
|
p, div { width: 100em; }
|
|
|
|
p foo, div foo { width: 10em; }
|
2007-06-22 16:03:56 -04:00
|
|
|
p:hover, p bar, div:hover, div bar { height: 20em; }
|
2007-03-17 01:22:03 -04:00
|
|
|
|
|
|
|
#cool { border-style: solid; border-width: 2em; }
|
2010-03-27 05:08:22 -04:00
|
|
|
.ie7 #cool, .ie6 #cool { content: string("Totally not cool."); }
|
|
|
|
.firefox #cool { content: string("Quite cool."); }
|
2007-03-17 01:22:03 -04:00
|
|
|
|
|
|
|
.wow, .snazzy { font-family: fantasy; }
|
|
|
|
.wow:hover, .wow:visited, .snazzy:hover, .snazzy:visited { font-weight: bold; }
|