<style> with media query
Test of Filter
This text will be green if the rule has been applied.
Code Syntax
<style type="text/css" media="screen and all">
/*<![CDATA[*/
#testElement {
color: #00ff00;
}
/*]]>*/
</style>
Browser Support / Behaviour
- All Mozilla 0.6 - 1.6
- Win IE 4.0 - 6.x
- OSX IE 5.x
- Mac IE 4.0 - 5.x
- Win Opera 3.5 - 7.x
- OSX/Mac Opera 5.0 - 6.0
- MSN for OSX
- OSX iCab 2.x
- Konqueror 2.2 - 3.x
- All NS 4.x
- OSX Safari 1.x
- OSX OmniWeb 4.0 - 4.2
- Konqueror 2.0
Special Notes
None