Forum Moderators: not2easy

Message Too Old, No Replies

image at page bottom for print css?

is it possible?

         

Stratus42

11:11 am on May 9, 2006 (gmt 0)

10+ Year Member



Hi folks!

I'm hoping somebody can tell me if this is possible or not. I have a client who wants me to make it so that when their webpage prints out, their logo is also printed at the bottom of each page.

I can't think of any way that is possible. I thought maybe that I could set an image to appear absolutely at the bottom of a page - but only for print - have it be display:none for screen. This *might* be ok.. if it worked.. then the logo would be at the bottom of the last page? maybe? i'm sure I've tried that before though and couldn't make it work.

does anybody have any insight for me?

cheers!

h-s

doodlebee

6:01 pm on May 9, 2006 (gmt 0)

10+ Year Member



You could try creating a footer for each page and placing the logo inside that...

but if the text is enlarged or there's too much content, it won't appear at the bottom of each page.

If you *did* put a "position:absolute" for the image, that would work - but if the content is too long, it will run over the logo.

Sorry I'm not much more help!

MWpro

9:50 pm on May 9, 2006 (gmt 0)

10+ Year Member



I can't think of any way that is possible. I thought maybe that I could set an image to appear absolutely at the bottom of a page - but only for print - have it be display:none for screen. This *might* be ok.. if it worked.. then the logo would be at the bottom of the last page? maybe? i'm sure I've tried that before though and couldn't make it work.

Do this method, but tell her the only way would be to have it appear on the top of the first printed page instead of the bottom.