SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: printing background images
-
Dec 30, 2006, 00:34 #1
- Join Date
- Jul 2006
- Location
- Victoria, Australia
- Posts
- 4,122
- Mentioned
- 29 Post(s)
- Tagged
- 2 Thread(s)
printing background images
Hi,
Is there a way to force printing of background images as well?
I've noticed that some do get printed(background images on lists for example) Are only really small background images printed?
Cheers,
-
Jan 1, 2007, 23:52 #2
- Join Date
- Oct 2005
- Location
- Brisbane, QLD
- Posts
- 4,067
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
To guarantee that a bg-image gets printed you'll need to insert it in your page as an image in the HTML and then set its display to none in the screen stylesheet. For this reason, you'd only really want to use it for things like image replaced logos. It kinda comes back to, if it should appear when printed, then it should be in the HTML anyway and not added as a bg-image.
-
Jan 1, 2007, 23:56 #3
- Join Date
- Jul 2006
- Location
- Victoria, Australia
- Posts
- 4,122
- Mentioned
- 29 Post(s)
- Tagged
- 2 Thread(s)
Thanks Tyssen,
I'll do that.
Bookmarks