jQueryPlugins icon indicating copy to clipboard operation
jQueryPlugins copied to clipboard

CSS images won't render for printing

Open reyl opened this issue 13 years ago • 1 comments

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.

reyl avatar Apr 15 '11 03:04 reyl

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

numediaweb avatar May 12 '11 13:05 numediaweb