Internet Explorer 8 doesn't allow to print background images.
Unfortunately I was asked to make this work.
There are "important" images in some pseudo elements which have to be printable.
I thought it might be possible to turn those background images into <img/>
elements
however it seems that it's not possible to read styles of pseudo elements in Internet Explorer 8 as it does not support getComputedStyle
.
Any good ideas?
Related:
https://developer.mozilla.org/en/docs/Web/API/window.getComputedStyle
http://caniuse.com/getcomputedstyle/embed
SO "Getting pseudo-element style values"