On Mon, Aug 2, 2010 at 8:22 AM, Gabriele Romanato <
gabriele.roman...@gmail.com> wrote:

> Congrats for the website! It's beatiful. ^.^/
> Coming to your question, at the moment there are no straight solutions to
> your problem. To change the background, simply specify a white background
> color on your print stylesheet:
>
> <head>
> <link rel="stylesheet" href="print.css" type="text/css" media="print" />
> </head>
>
> body {
> background: #fff;
> color: #000;
> }
>
> You can even get rid of unwanted elements:
>
> #navigation {display: none;}
>
> Footer is more problematic. In CSS for print you cannot use absolute
> positioning to put your footer at the very bottom of your page. More
> precisely, some browsers accept it but with unexpected results. So the best
> thing you can do is using a fallback solution, like specifying a certain
> amount of padding and margins to push the footer bottomside. Of course you
> need to perform some calculations on each page. HTH ^^
>
> Gabriele Romanato
>
> http://www.css-zibaldone.com
> http://www.css-zibaldone.com/test/  (English)
> http://www.css-zibaldone.com/articles/  (English)
> http://onwebdev.blogspot.com/  (English)
>
>
>
> Gabriele,
Thanks for the compliment! I actually can't take credit for the design - the
client created it. She had originally created the entire website in Flash
(and she is a newbie to Flash), but it wasn't working correctly. After she
consulted with me, we came up with this solution.

On the banner the lettering "Stone Theater" is white (
http://elizabethfarley.web.officelive.com/StoneTheater/media/banner.gif), so
printing on a white background renders the lettering nearly invisible.
Rather than print on a black background and make the user waste ink, I want
to substitute an alternate banner (
http://elizabethfarley.web.officelive.com/StoneTheater/media/banner-print.gif)
Is this possible using css?

Also, you might have misunderstood my second question - I wanted the URL to
show up (ie:
http://elizabethfarley.web.officelive.com/StoneTheater/index.html) to show
up at the bottom of the page.  Wondered if anyone could point me to the
right direction for the coding....

Thanks for the help!
-- 
Elizabeth Farley
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to