B, Make sure the div that is appearing at the bottom of the page appears after your content in the HTML. Then in a print only style sheet format that block to be position : static;
This will cause the footer to be pushed down from the content on the page again. IE may still use the bottom CSS rule even though it should (due to the position : static;) if this is the cause then add bottom : auto; to make it behave. - Samuel Read my blog if you're coming to Melbourne : http://www.seasonstravel.com.au -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Bojana Lalic Sent: Tuesday, 6 June 2006 4:33 PM To: Paul Novitski; [email protected] Subject: RE: [WSG] How to "detect" bottom of a page? Hi all This is the css I used to display the url at the bottom of the page: display: block; font-weight: bold; font-size: 150%; bottom: 45px; position: absolute; However, I've got a slight problem now. When printing out the article that is three pages long (when printed out) the url appears on the first page. How do I force it to display only on the last page? Cheers Bojana -----Original Message----- From: Paul Novitski [mailto:[EMAIL PROTECTED] Sent: Thursday, April 20, 2006 6:46 PM To: [email protected] Subject: Re: [WSG] How to "detect" bottom of a page? At 06:57 PM 4/19/2006, Bojana Lalic wrote: >I am working on a print stylesheet. What I need to do is display a >url at the bottom of the last page. > >I understand that this can be done with CSS3 "float: bottom;" but is >there another way of doing this? I wonder if you can simply mark up the URL at the bottom of your HTML page, then suppress it from screen display if desired. Paul Global Summit 2006: Technology Connected Futures -- 17-19 October, Sydney, Australia. Visit our website http://www.educationau.edu.au/globalsummit2006 for further details. ____________________________________________________________________________ _____________________________ IMPORTANT: This e-mail, including any attachments, may contain private or confidential information. If you think you may not be the intended recipient, or if you have received this e-mail in error, please contact the sender immediately and delete all copies of this e-mail. If you are not the intended recipient, you must not reproduce any part of this e-mail or disclose its contents to any other party. This email represents the views of the individual sender, which do not necessarily reflect those of education.au limited except where the sender expressly states otherwise. It is your responsibility to scan this email and any files transmitted with it for viruses or any other defects. education.au limited will not be liable for any loss, damage or consequence caused directly or indirectly by this email. ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ****************************************************** ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
