Answered by:
print css master page image

Question
-
I have a master page working great...(thanks for all the help so far). I have a screen CSS and print CSS on the master page. Within both the screen and print CSS are images for the header which display fine in "screen" but do not print in "print". The area for the image is used up on the print page but it is just a white area above the text, the image is just missing. Now, on one of the pages, there is an image in the content. It prints just fine. Its just the image referenced in the CSS on the masterpage that is missing. Fine for screen... missing in print.
What have I missed?Tuesday, June 30, 2009 5:33 PM
Answers
-
Is it a background image? Browsers don't print css background images by default.
Something to read:
http://www.alistapart.com/articles/goingtoprint/
(not your specific issue but good information on going to print)
--
Chris Hanscom - Microsoft MVP
Resource Center | Veign's Blog | Web Development Help
Get a Complete Website Analysis by Veign- Proposed as answer by Veign Tuesday, June 30, 2009 5:36 PM
- Marked as answer by DaytonaSteve Tuesday, June 30, 2009 10:34 PM
Tuesday, June 30, 2009 5:36 PM -
Also, is the browser set to print images?
IE > Tools > Internet Options > Advanced, scroll down to printing.
FrontPage MVP- Marked as answer by DaytonaSteve Tuesday, June 30, 2009 10:34 PM
Tuesday, June 30, 2009 5:50 PM -
The setting is for **background** colors and images.
If it is a background image it will not print by default unless the setting
is changed.
FrontPage MVP- Marked as answer by DaytonaSteve Tuesday, June 30, 2009 10:34 PM
Tuesday, June 30, 2009 6:38 PM
All replies
-
Is it a background image? Browsers don't print css background images by default.
Something to read:
http://www.alistapart.com/articles/goingtoprint/
(not your specific issue but good information on going to print)
--
Chris Hanscom - Microsoft MVP
Resource Center | Veign's Blog | Web Development Help
Get a Complete Website Analysis by Veign- Proposed as answer by Veign Tuesday, June 30, 2009 5:36 PM
- Marked as answer by DaytonaSteve Tuesday, June 30, 2009 10:34 PM
Tuesday, June 30, 2009 5:36 PM -
Also, is the browser set to print images?
IE > Tools > Internet Options > Advanced, scroll down to printing.
FrontPage MVP- Marked as answer by DaytonaSteve Tuesday, June 30, 2009 10:34 PM
Tuesday, June 30, 2009 5:50 PM -
"What have I missed?"
How about a link to the site? That would make it easier to figure out.
Steve, that shouldn't be the issue, as he said that another image prints fine.
JimTuesday, June 30, 2009 6:23 PM -
The setting is for **background** colors and images.
If it is a background image it will not print by default unless the setting
is changed.
FrontPage MVP- Marked as answer by DaytonaSteve Tuesday, June 30, 2009 10:34 PM
Tuesday, June 30, 2009 6:38 PM -
It is the background image. Checked it and that fixed it. I will probably move the image to the master page and remove it from the CSS. It was on CSS before I moved to master page.Tuesday, June 30, 2009 10:36 PM