Getting IE7 and below to use @media print{} css
My print css is defined in my main css file in @media print{...}. IE7 and below don't seem to understand this. Putting the css into another css file and using the conditional tags to add it to the head means that IE can apply the css, but how do I know
Continue reading →