Print CSS and IE on Windows
I sure hope someone can help me. I did my troubleshooting of my html and css, and here is the problem. Whenever I add the "screen" media type to my regular css styles that I do not want to print, and add the "print" media type to my print style sheet, my page crashes in IE on Windows when I do a print preview OR try to print the page. If I remove the "screen" media types, leaving the "print" media type, the print preview works, but of course, my page layout for print is a mess. Can anyone please assist? Is there a major bug in IE when it comes to a combination of media types? My html document is linking to 3 different style sheets, 2 of which are for "screen" and one for "print", and the media types are correct. I would appreciate any assistance I can get. Thank you.
|