Posted by antoniojc75 on 03/29/07 18:47
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!
[Back to original message]
|