Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous 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:first-letter {} ; p:first-line {} ; p:first-letter {} ; p:first-line {} ;
 h1:before {} ; h1:after {} ;</code> h1:before {} ; h1:after {} ;</code>
 +  * @media allows different styles for different media. Media examples include screen, print, handheld, projection, tty, tv, aural, braille. <code html> @media screen,print { p {color:blue} }</code> 
   * Misc Properties <code html>   * Misc Properties <code html>
 opacity:0.4; (for firefox) opacity:0.4; (for firefox)
 filter:alpha(opacity=40) (for IE) filter:alpha(opacity=40) (for IE)
 +
 onmouseover="this.style.opacity=1; onmouseover="this.style.opacity=1;
   this.filters.alpha.opacity=100"   this.filters.alpha.opacity=100"
Recent changes RSS feed Creative Commons License Donate Minima Template by Wikidesign Driven by DokuWiki