<style> with multiple mediaThis text will be green if the rule has been applied.
<style type="text/css" media="screen, all">
/*<![CDATA[*/
#testElement {
color: #00ff00;
}
/*]]>*/
</style>
NS 4.x will apply a stylesheet with a media type of screen but will ignore all other types of media including all.