I have the some text loaded in light box with background faded.
i want the print button in the light box so that when user click on that only the contents of light box is printed and printer box opens up.
How to do that??
I have the some text loaded in light box with background faded.
i want the print button in the light box so that when user click on that only the contents of light box is printed and printer box opens up.
How to do that??
When you open up your lightbox you want to add a print stylesheet that hides everything else but what is in the lightbox. When you close the lightbox remove that stylesheet.
Have you tried using a print stylesheet?
Basically when it prints use a css stylesheet to hide everything that is not in the lightbox.