jQueryPlugins
jQueryPlugins copied to clipboard
CSS images won't render for printing
There must be some issue/bug here. Here's a sample code.
... <div class="icon14">Some texts here...</div> ...
//in style.css
.icon14 { background:url(PATH TO IMAGE) no-repeat; }
Tried relative and absolute url for image path but still won't work. This happens in chrome and ff. Not tested in IE and other browsers.
add : leaveOpen:true parameter to see if the background appears in the actual popup document.
if it appears then you have to apply this fix: https://github.com/erikzaadi/jQueryPlugins/issues/10#issuecomment-512593