hi,
is there a way (html/css/javascript) to force IE to print
background-colors exactly as specified in html/stylesheets?
I tried to use @media print { ... } to override IE's "print background
colors + images" option, but it doesn't work. Any other idea?
I'd like to avoid relying on the user for setting this option.
thanks,
--
Felix Natter
is there a way (html/css/javascript) to force IE to print
background-colors exactly as specified in html/stylesheets?
I tried to use @media print { ... } to override IE's "print background
colors + images" option, but it doesn't work. Any other idea?
I'd like to avoid relying on the user for setting this option.
thanks,
--
Felix Natter
Comment