problem with css media print in IE



I've created two style sheets. One for screen and one for print. The
print css works in both Firefox and Netscape. However when I try to
print in IE7 no style is applied at all. Also the sections of the page
that should be hidden with the <div> tags show up. Here is how I
referenced them on the page:

<style type="text/css" media="screen">@import url(c/screen.css);</
style>
<style type="text/css" media="print">@import url(c/print.css);</style>

To hide certain elements in the print page i use this in the print
style sheet:

..noPrint {
display: none;
}

Please Help!

Thanks!

.



Relevant Pages

  • Re: ASCII convention
    ... >> CSS (Cascading Style Sheets) ... It means that Netscape 3.04 can't handle web pages that rely ... > Why would I want Style Sheets, cascading or otherwise, ...
    (sci.lang)
  • Re: ASCII convention
    ... >>> CSS (Cascading Style Sheets) ... >> And why would Netscape 3.04's presumed inability to handle them be ... >> Why would I want Style Sheets, cascading or otherwise, ...
    (sci.lang)
  • Re: SPARC Solaris Netscape 7/Mozilla and style sheets?
    ... > I have been working with the last Netscape 7 Sun made available on their ... > web site. ... > that when going to a page that makes use of style sheets, ...
    (comp.unix.solaris)
  • Re: SPARC Solaris Netscape 7/Mozilla and style sheets?
    ... > I have been working with the last Netscape 7 Sun made available on their ... > web site. ... > that when going to a page that makes use of style sheets, ...
    (comp.sys.sun.apps)
  • SPARC Solaris Netscape 7/Mozilla and style sheets?
    ... I have been working with the last Netscape 7 Sun made available on their ... web site. ... that when going to a page that makes use of style sheets, ...
    (comp.unix.solaris)