faqts : Computers : Internet : Web : CSS

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

6 of 8 people (75%) answered Yes
Recently 6 of 8 people (75%) answered Yes

Entry

Does NN have something similar to IE's <STYLE MEDIA=PRINT>?

Feb 27th, 2001 07:46
Ben Gordon, Marcus Young, http://www.htmlhelp.com/reference/css/style-html.html


I have to say the answer is NO as,STYLE MEDIA=PRINT is not an IE 
propriatary tag but instead is part of the HTML standard and NS failure 
to accept it as a valid argument is either a bug or another instance of 
the major browsers failing to adhear to the standards.  The following is 
a quote from the WDG website;
"Netscape Navigator 4.x incorrectly ignores any linked or embedded style 
sheets declared with MEDIA values other than screen. For example, 
MEDIA="screen, projection" will cause the style sheet to be ignored by 
Navigator 4.x, even if the presentation device is a computer screen. 
Navigator 4.x also ignores style sheets declared with MEDIA=all."