I'm working on one of my first CSS sites and I'm having some problems printing in IE. Printing works fine in IE when I remove the link to my main style sheet, but the content does not print. The main style sheet and the index page validate.... My CSS isn't pretty but I'm learning... Any help you can give is greatly appreciated.
I think the problem is with the cascading order of your StyleSheets. Your IE StyleSheet may be overriding your print StyleSheets, since it has no media specification.
I'd suggest moving your IE StyleSheet link above your print StyleSheet links, and/or adding a media specification to your IE StyleSheet link.