- November 4, 2009
- Categories:
Gecko, Trident, Webkit CSS Extensions:
Unique vendor extensions on a p/browser basis offering more CSS flexibility
Extension | Organization | Documention |
---|---|---|
-ms-, mso- | Microsoft (Trident/Internet Explorer) | URL / -ms-filter specific |
-moz- | Mozilla (Gecko/Firefox) | URL |
-o-, -xv- | Opera Software (Opera) | URL |
-atsc- | Advanced Television Standards Committee | |
-wap- | The WAP Forum | |
-khtml- | KDE (Konqueror) | URL |
-webkit- | Apple (Webkit/Chrome/Safari) | URL |
prince- | YesLogic | |
-ah- | Antenna House | |
-hp- | Hewlett Packard | |
-ro- | Real Objects | |
-rim- | Research In Motion | |
-tc- | TallComponents |
- Source: http://www.w3.org/TR/CSS2/syndata.html
Useful Print CSS
page-break-after:always
page-break-before:always
Note about puesdo:classes
In Internet Explorer, there must be declared a <!DOCTYPE> for the :hover selector to work on other elements than the <a> element.
- Mozilla::Gecko (Firefox)
- Apple::Webkit (Safari)
- Microsoft::Trident (Internet Explorer)
- Opera (Presto)
Other Useful Resources:
- CSS2.1 Selectors
- CSS Selectors
- CSS3 Reference Guide
- http://www.css3.info/
- CSS Support in Email
- Awesome CSS Hacks Site
- Standard Fonts Across All Browsers
- Great CSS "hacking" site
- Another great CSS hacking site
- IE8 Passes the Acid Test
- IE CSS Selectors
- THE Acid Test
- Acid 3 Test
- W3C CSS Media Types (screen, print, all etc....)
- print.css - Page Breaks
- CSS Units of Measurement (not limited to just px, em, and %!)