RE: [WSG] How to detect bottom of a page?

2006-06-07 Thread Samuel Richardson

In your screen stylesheet you should have:

display: block;
font-weight: bold;
font-size: 150%;
bottom: 45px;
position: absolute;

This will align the div to the bottom of the screen (what you originally
had) when viewed on a screen.

In your print stylesheet you should have

display: block;
font-weight: bold;
font-size: 150%;
bottom: auto;
position: static;

This will position the div after any content when you print it.

In both cases the footer divs should appear after your content in the HTML.
Also look at changing the fonts from %'s to pt's in the print stylesheet,
this will suit printing better.


-Original Message-
From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED]
On Behalf Of Bojana Lalic
Sent: Wednesday, 7 June 2006 3:09 PM
To: wsg@webstandardsgroup.org
Subject: RE: [WSG] How to detect bottom of a page?

I do have a print stylesheet and this is what's in it:

.framework_url {
display: block;
font-weight: bold;
font-size: 150%;
bottom: auto;
position: static;
}

I've also got another stylesheet which has the following:
.framework_url {
display: none;
}

What's missing?

-Original Message-
From: listdad@webstandardsgroup.org
[mailto:[EMAIL PROTECTED] On Behalf Of Samuel Richardson
Sent: Wednesday, June 07, 2006 1:31 PM
To: wsg@webstandardsgroup.org
Subject: RE: [WSG] How to detect bottom of a page?

 
Like I said in my original email serve those rules below only when you
print
the page, serve your original rules when the page is viewed on the
screen.

Google CSS Media to find out how to serve different CSS files based on
what device is being used to access the page.

S


-Original Message-
From: listdad@webstandardsgroup.org
[mailto:[EMAIL PROTECTED]
On Behalf Of Bojana Lalic
Sent: Wednesday, 7 June 2006 1:29 PM
To: wsg@webstandardsgroup.org
Subject: RE: [WSG] How to detect bottom of a page?

The div is now appearing after the content in HTML and is appearing at
the end of the content on the last page but not appearing at the bottom.

This is the css:

display: block;
font-weight: bold;
font-size: 150%;
bottom: auto;
position: static;

How do I force the div to display at the bottom of the page, regardless
of how much content there is on the page?

-Original Message-
From: listdad@webstandardsgroup.org
[mailto:[EMAIL PROTECTED] On Behalf Of Samuel Richardson
Sent: Tuesday, June 06, 2006 4:20 PM
To: wsg@webstandardsgroup.org
Subject: RE: [WSG] How to detect bottom of a page?

 
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: listdad@webstandardsgroup.org
[mailto:[EMAIL PROTECTED]
On Behalf Of Bojana Lalic
Sent: Tuesday, 6 June 2006 4:33 PM
To: Paul Novitski; wsg@webstandardsgroup.org
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: wsg@webstandardsgroup.org
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

RE: [WSG] How to detect bottom of a page?

2006-06-06 Thread Bojana Lalic
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: wsg@webstandardsgroup.org
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
**



Re: [WSG] How to detect bottom of a page?

2006-06-06 Thread Tony Crockford

Bojana Lalic wrote:


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?


Why not put the url for the article at the end of the source code and 
set it to display: none, then in a print stylesheet, override that so 
 it gets printed?


That's the only way I can think of to have it appear last.

hth

;o)




--
Join me: http://wiki.workalone.co.uk/
Thank me: http://www.amazon.co.uk/gp/registry/1VK42TQL7VD2F
Engage me: http://www.boldfish.co.uk/portfolio/



**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**



RE: [WSG] How to detect bottom of a page?

2006-06-06 Thread Samuel Richardson
 
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: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED]
On Behalf Of Bojana Lalic
Sent: Tuesday, 6 June 2006 4:33 PM
To: Paul Novitski; wsg@webstandardsgroup.org
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: wsg@webstandardsgroup.org
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
**



RE: [WSG] How to detect bottom of a page?

2006-06-06 Thread Bojana Lalic
I do have a print stylesheet and this is what's in it:

.framework_url {
display: block;
font-weight: bold;
font-size: 150%;
bottom: auto;
position: static;
}

I've also got another stylesheet which has the following:
.framework_url {
display: none;
}

What's missing?

-Original Message-
From: listdad@webstandardsgroup.org
[mailto:[EMAIL PROTECTED] On Behalf Of Samuel Richardson
Sent: Wednesday, June 07, 2006 1:31 PM
To: wsg@webstandardsgroup.org
Subject: RE: [WSG] How to detect bottom of a page?

 
Like I said in my original email serve those rules below only when you
print
the page, serve your original rules when the page is viewed on the
screen.

Google CSS Media to find out how to serve different CSS files based on
what device is being used to access the page.

S


-Original Message-
From: listdad@webstandardsgroup.org
[mailto:[EMAIL PROTECTED]
On Behalf Of Bojana Lalic
Sent: Wednesday, 7 June 2006 1:29 PM
To: wsg@webstandardsgroup.org
Subject: RE: [WSG] How to detect bottom of a page?

The div is now appearing after the content in HTML and is appearing at
the end of the content on the last page but not appearing at the bottom.

This is the css:

display: block;
font-weight: bold;
font-size: 150%;
bottom: auto;
position: static;

How do I force the div to display at the bottom of the page, regardless
of how much content there is on the page?

-Original Message-
From: listdad@webstandardsgroup.org
[mailto:[EMAIL PROTECTED] On Behalf Of Samuel Richardson
Sent: Tuesday, June 06, 2006 4:20 PM
To: wsg@webstandardsgroup.org
Subject: RE: [WSG] How to detect bottom of a page?

 
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: listdad@webstandardsgroup.org
[mailto:[EMAIL PROTECTED]
On Behalf Of Bojana Lalic
Sent: Tuesday, 6 June 2006 4:33 PM
To: Paul Novitski; wsg@webstandardsgroup.org
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: wsg@webstandardsgroup.org
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