Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
notes:css_cheat_sheet [2008/08/21 00:11] smthng |
notes:css_cheat_sheet [2008/08/21 00:18] (current) smthng |
||
---|---|---|---|
Line 127: | Line 127: | ||
p: | p: | ||
h1:before {} ; h1:after {} ;</ | h1:before {} ; h1:after {} ;</ | ||
+ | * @media allows different styles for different media. Media examples include screen, print, handheld, projection, tty, tv, aural, braille. <code html> @media screen, | ||
* Misc Properties <code html> | * Misc Properties <code html> | ||
opacity: | opacity: | ||
filter: | filter: | ||
+ | |||
onmouseover=" | onmouseover=" | ||
this.filters.alpha.opacity=100" | this.filters.alpha.opacity=100" |