Re: [WSG] 100% height over existing page

2008-07-31 Thread Seona Bellamy
Hmm... not really an option here. It needs to have the potential to
appear on any page, so that if someone finds an internal page through
Google or gets a link sent to them by a friend, they still see the
disclaimer / warning.

At the moment I've sort of solved the problem for users with JS - if
the disclaimer is showing, I set the body's overflow to hidden so you
can't scroll. It still means that non-JS users get that ugly cut-off,
though. I'll live with it if I have to, but would certainly prefer not
to have to. :)

Cheers,

Seona.

2008/7/31 Adam Martin [EMAIL PROTECTED]:
 The easiest way would be to have an entry page instead.

 On Thu, Jul 31, 2008 at 2:56 PM, Seona Bellamy [EMAIL PROTECTED] wrote:


 I've had no trouble making the div that sits on top of everything
 extend to the height of the viewport, but if the page extends beyond
 that then you see normal (and clickable) page as soon as you scroll.
 Don't want that, if possible.

 Does anyone have any idea of the most reasonable way to do this? I
 want to try and give the full experience to as many as possible.


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] 100% height over existing page

2008-07-31 Thread Luke Hoggett
Depending on what/whether you're using anything server side, just set a 
session variable that records whether the person has agreed to the 
terms, do this across every page and no worries for Google or any other 
entry that doesn't come from the front page.


regards
Luke

Seona Bellamy wrote:

Hmm... not really an option here. It needs to have the potential to
appear on any page, so that if someone finds an internal page through
Google or gets a link sent to them by a friend, they still see the
disclaimer / warning.

At the moment I've sort of solved the problem for users with JS - if
the disclaimer is showing, I set the body's overflow to hidden so you
can't scroll. It still means that non-JS users get that ugly cut-off,
though. I'll live with it if I have to, but would certainly prefer not
to have to. :)

Cheers,

Seona.

2008/7/31 Adam Martin [EMAIL PROTECTED]:
  

The easiest way would be to have an entry page instead.

On Thu, Jul 31, 2008 at 2:56 PM, Seona Bellamy [EMAIL PROTECTED] wrote:



  

I've had no trouble making the div that sits on top of everything
extend to the height of the viewport, but if the page extends beyond
that then you see normal (and clickable) page as soon as you scroll.
Don't want that, if possible.

Does anyone have any idea of the most reasonable way to do this? I
want to try and give the full experience to as many as possible.
  



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


  



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] 100% height over existing page

2008-07-31 Thread Seona Bellamy
What, and divert them to the agreement page if they'rve not agreed?
Hmm... not sure that I'll get the go-ahead to do that. We're working
to some fairly tight design requirements.

I've already got it saving the session variable once they agree, so
that they only get bothered once.

Cheers,

Seona.

2008/7/31 Luke Hoggett [EMAIL PROTECTED]:
 Depending on what/whether you're using anything server side, just set a
 session variable that records whether the person has agreed to the terms, do
 this across every page and no worries for Google or any other entry that
 doesn't come from the front page.

 regards
 Luke


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] 100% height over existing page

2008-07-31 Thread Luke Hoggett
Doesn't have to be a separate divert page, you can just use the session 
variable to decided whether the overlay element is displayed on each page


regards
Luke

Seona Bellamy wrote:

What, and divert them to the agreement page if they'rve not agreed?
Hmm... not sure that I'll get the go-ahead to do that. We're working
to some fairly tight design requirements.

I've already got it saving the session variable once they agree, so
that they only get bothered once.

Cheers,

Seona.

2008/7/31 Luke Hoggett [EMAIL PROTECTED]:
  

Depending on what/whether you're using anything server side, just set a
session variable that records whether the person has agreed to the terms, do
this across every page and no worries for Google or any other entry that
doesn't come from the front page.

regards
Luke




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


  



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] 100% height over existing page

2008-07-31 Thread Seona Bellamy
That's already what I'm doing. Not the problem here, though. The issue
isn't whether the overlay and disclaimer appear - I have that bit
working just fine. The issue is making the overlay extend all the way
to the bottom of the page if the page is longer than the viewport.

Cheers,

Seona.

2008/7/31 Luke Hoggett [EMAIL PROTECTED]:
 Doesn't have to be a separate divert page, you can just use the session
 variable to decided whether the overlay element is displayed on each page

 regards
 Luke

 Seona Bellamy wrote:

 What, and divert them to the agreement page if they'rve not agreed?
 Hmm... not sure that I'll get the go-ahead to do that. We're working
 to some fairly tight design requirements.

 I've already got it saving the session variable once they agree, so
 that they only get bothered once.

 Cheers,

 Seona.

 2008/7/31 Luke Hoggett [EMAIL PROTECTED]:


 Depending on what/whether you're using anything server side, just set a
 session variable that records whether the person has agreed to the terms, do
 this across every page and no worries for Google or any other entry that
 doesn't come from the front page.

 regards
 Luke


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] 100% height over existing page

2008-07-31 Thread Tony McNulty
Hmm,

What about just making it the size of the viewport, and stopping scrolling? 
Maybe an overflow: hidden on the body?

Cheers,

Tony
-Original Message-
From: Seona Bellamy [EMAIL PROTECTED]

Date: Thu, 31 Jul 2008 16:48:48 
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] 100% height over existing page


That's already what I'm doing. Not the problem here, though. The issue
isn't whether the overlay and disclaimer appear - I have that bit
working just fine. The issue is making the overlay extend all the way
to the bottom of the page if the page is longer than the viewport.

Cheers,

Seona.

2008/7/31 Luke Hoggett [EMAIL PROTECTED]:
 Doesn't have to be a separate divert page, you can just use the session
 variable to decided whether the overlay element is displayed on each page

 regards
 Luke

 Seona Bellamy wrote:

 What, and divert them to the agreement page if they'rve not agreed?
 Hmm... not sure that I'll get the go-ahead to do that. We're working
 to some fairly tight design requirements.

 I've already got it saving the session variable once they agree, so
 that they only get bothered once.

 Cheers,

 Seona.

 2008/7/31 Luke Hoggett [EMAIL PROTECTED]:


 Depending on what/whether you're using anything server side, just set a
 session variable that records whether the person has agreed to the terms, do
 this across every page and no worries for Google or any other entry that
 doesn't come from the front page.

 regards
 Luke


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] 100% height over existing page

2008-07-31 Thread Сергей Кириченко
no JS - no decision ;)

2008/7/31 Tony McNulty [EMAIL PROTECTED]

 Hmm,

 What about just making it the size of the viewport, and stopping scrolling?
 Maybe an overflow: hidden on the body?

 Cheers,

 Tony
 -Original Message-
 From: Seona Bellamy [EMAIL PROTECTED]

 Date: Thu, 31 Jul 2008 16:48:48
 To: wsg@webstandardsgroup.org
 Subject: Re: [WSG] 100% height over existing page


 That's already what I'm doing. Not the problem here, though. The issue
 isn't whether the overlay and disclaimer appear - I have that bit
 working just fine. The issue is making the overlay extend all the way
 to the bottom of the page if the page is longer than the viewport.

 Cheers,

 Seona.

 2008/7/31 Luke Hoggett [EMAIL PROTECTED]:
  Doesn't have to be a separate divert page, you can just use the session
  variable to decided whether the overlay element is displayed on each
 page
 
  regards
  Luke
 
  Seona Bellamy wrote:
 
  What, and divert them to the agreement page if they'rve not agreed?
  Hmm... not sure that I'll get the go-ahead to do that. We're working
  to some fairly tight design requirements.
 
  I've already got it saving the session variable once they agree, so
  that they only get bothered once.
 
  Cheers,
 
  Seona.
 
  2008/7/31 Luke Hoggett [EMAIL PROTECTED]:
 
 
  Depending on what/whether you're using anything server side, just set a
  session variable that records whether the person has agreed to the terms,
 do
  this across every page and no worries for Google or any other entry that
  doesn't come from the front page.
 
  regards
  Luke


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] 100% height over existing page

2008-07-31 Thread Tony McNulty
But that doesn't stop you from adding more css in the markup for this feature, 
to override the default styles. 
-Original Message-
From:   [EMAIL PROTECTED]

Date: Thu, 31 Jul 2008 11:09:30 
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] 100% height over existing page


no JS - no decision ;)

2008/7/31 Tony McNulty [EMAIL PROTECTED]

 Hmm,

 What about just making it the size of the viewport, and stopping scrolling?
 Maybe an overflow: hidden on the body?

 Cheers,

 Tony
 -Original Message-
 From: Seona Bellamy [EMAIL PROTECTED]

 Date: Thu, 31 Jul 2008 16:48:48
 To: wsg@webstandardsgroup.org
 Subject: Re: [WSG] 100% height over existing page


 That's already what I'm doing. Not the problem here, though. The issue
 isn't whether the overlay and disclaimer appear - I have that bit
 working just fine. The issue is making the overlay extend all the way
 to the bottom of the page if the page is longer than the viewport.

 Cheers,

 Seona.

 2008/7/31 Luke Hoggett [EMAIL PROTECTED]:
  Doesn't have to be a separate divert page, you can just use the session
  variable to decided whether the overlay element is displayed on each
 page
 
  regards
  Luke
 
  Seona Bellamy wrote:
 
  What, and divert them to the agreement page if they'rve not agreed?
  Hmm... not sure that I'll get the go-ahead to do that. We're working
  to some fairly tight design requirements.
 
  I've already got it saving the session variable once they agree, so
  that they only get bothered once.
 
  Cheers,
 
  Seona.
 
  2008/7/31 Luke Hoggett [EMAIL PROTECTED]:
 
 
  Depending on what/whether you're using anything server side, just set a
  session variable that records whether the person has agreed to the terms,
 do
  this across every page and no worries for Google or any other entry that
  doesn't come from the front page.
 
  regards
  Luke


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] 100% height over existing page

2008-07-31 Thread Seona Bellamy
True. I'm already doing that via JS, so at least the majority of
people will not see an ugly cut-off with the page showing normally
beneath it.

It would be nicer to have a non-JS solution, though. I mean, even
though scrolling down and clicking a link in the footer won't help
them bypass the security (since the session variable won't be set,
they'll just get the same message on the new page) it's still messy
and inelegant.


2008/7/31 Сергей Кириченко [EMAIL PROTECTED]:
 no JS - no decision ;)

 2008/7/31 Tony McNulty [EMAIL PROTECTED]

 Hmm,

 What about just making it the size of the viewport, and stopping
 scrolling? Maybe an overflow: hidden on the body?

 Cheers,

 Tony
 -Original Message-
 From: Seona Bellamy [EMAIL PROTECTED]

 Date: Thu, 31 Jul 2008 16:48:48
 To: wsg@webstandardsgroup.org
 Subject: Re: [WSG] 100% height over existing page


 That's already what I'm doing. Not the problem here, though. The issue
 isn't whether the overlay and disclaimer appear - I have that bit
 working just fine. The issue is making the overlay extend all the way
 to the bottom of the page if the page is longer than the viewport.

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] 100% height over existing page

2008-07-31 Thread Seona Bellamy
You know, that's a very good point... putting it inside the if-block
so that it only runs on pages where the message is showing.

Tony, you're a legend. :) Thanks.

2008/7/31 Tony McNulty [EMAIL PROTECTED]:
 But that doesn't stop you from adding more css in the markup for this
 feature, to override the default styles.

 
 From:   [EMAIL PROTECTED]
 Date: Thu, 31 Jul 2008 11:09:30 +0400
 To: wsg@webstandardsgroup.org
 Subject: Re: [WSG] 100% height over existing page
 no JS - no decision ;)

 2008/7/31 Tony McNulty [EMAIL PROTECTED]

 Hmm,

 What about just making it the size of the viewport, and stopping
 scrolling? Maybe an overflow: hidden on the body?

 Cheers,

 Tony
 -Original Message-
 From: Seona Bellamy [EMAIL PROTECTED]

 Date: Thu, 31 Jul 2008 16:48:48
 To: wsg@webstandardsgroup.org
 Subject: Re: [WSG] 100% height over existing page


 That's already what I'm doing. Not the problem here, though. The issue
 isn't whether the overlay and disclaimer appear - I have that bit
 working just fine. The issue is making the overlay extend all the way
 to the bottom of the page if the page is longer than the viewport.

 Cheers,

 Seona.

 2008/7/31 Luke Hoggett [EMAIL PROTECTED]:
  Doesn't have to be a separate divert page, you can just use the session
  variable to decided whether the overlay element is displayed on each
  page
 
  regards
  Luke
 
  Seona Bellamy wrote:
 
  What, and divert them to the agreement page if they'rve not agreed?
  Hmm... not sure that I'll get the go-ahead to do that. We're working
  to some fairly tight design requirements.
 
  I've already got it saving the session variable once they agree, so
  that they only get bothered once.
 
  Cheers,
 
  Seona.
 
  2008/7/31 Luke Hoggett [EMAIL PROTECTED]:
 
 
  Depending on what/whether you're using anything server side, just set a
  session variable that records whether the person has agreed to the
  terms, do
  this across every page and no worries for Google or any other entry that
  doesn't come from the front page.
 
  regards
  Luke


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] 100% height over existing page

2008-07-31 Thread Luke Hoggett
exactly, I realise now that this was implicit in my reply, rather than 
explicit.

I bow to Tony as a better communicator than I.

regards
Luke

Seona Bellamy wrote:

You know, that's a very good point... putting it inside the if-block
so that it only runs on pages where the message is showing.

Tony, you're a legend. :) Thanks.

2008/7/31 Tony McNulty [EMAIL PROTECTED]:
  

But that doesn't stop you from adding more css in the markup for this
feature, to override the default styles.


From:   [EMAIL PROTECTED]
Date: Thu, 31 Jul 2008 11:09:30 +0400
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] 100% height over existing page
no JS - no decision ;)

2008/7/31 Tony McNulty [EMAIL PROTECTED]


Hmm,

What about just making it the size of the viewport, and stopping
scrolling? Maybe an overflow: hidden on the body?

Cheers,

Tony
-Original Message-
From: Seona Bellamy [EMAIL PROTECTED]

Date: Thu, 31 Jul 2008 16:48:48
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] 100% height over existing page


That's already what I'm doing. Not the problem here, though. The issue
isn't whether the overlay and disclaimer appear - I have that bit
working just fine. The issue is making the overlay extend all the way
to the bottom of the page if the page is longer than the viewport.

Cheers,

Seona.

2008/7/31 Luke Hoggett [EMAIL PROTECTED]:
  

Doesn't have to be a separate divert page, you can just use the session
variable to decided whether the overlay element is displayed on each
page

regards
Luke

Seona Bellamy wrote:

What, and divert them to the agreement page if they'rve not agreed?
Hmm... not sure that I'll get the go-ahead to do that. We're working
to some fairly tight design requirements.

I've already got it saving the session variable once they agree, so
that they only get bothered once.

Cheers,

Seona.

2008/7/31 Luke Hoggett [EMAIL PROTECTED]:


Depending on what/whether you're using anything server side, just set a
session variable that records whether the person has agreed to the
terms, do
this across every page and no worries for Google or any other entry that
doesn't come from the front page.

regards
Luke


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***
  

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


  



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] 100% height over existing page

2008-07-31 Thread Seona Bellamy
*grin* Than thanks to you as well, Luke, and sorry I was missing your point. :)

Cheers,

Seona.

2008/7/31 Luke Hoggett [EMAIL PROTECTED]:
 exactly, I realise now that this was implicit in my reply, rather than
 explicit.
 I bow to Tony as a better communicator than I.

 regards
 Luke

 Seona Bellamy wrote:

 You know, that's a very good point... putting it inside the if-block
 so that it only runs on pages where the message is showing.

 Tony, you're a legend. :) Thanks.

 2008/7/31 Tony McNulty [EMAIL PROTECTED]:


 But that doesn't stop you from adding more css in the markup for this
 feature, to override the default styles.

 
 From:   [EMAIL PROTECTED]
 Date: Thu, 31 Jul 2008 11:09:30 +0400
 To: wsg@webstandardsgroup.org
 Subject: Re: [WSG] 100% height over existing page
 no JS - no decision ;)

 2008/7/31 Tony McNulty [EMAIL PROTECTED]


 Hmm,

 What about just making it the size of the viewport, and stopping
 scrolling? Maybe an overflow: hidden on the body?

 Cheers,

 Tony
 -Original Message-
 From: Seona Bellamy [EMAIL PROTECTED]

 Date: Thu, 31 Jul 2008 16:48:48
 To: wsg@webstandardsgroup.org
 Subject: Re: [WSG] 100% height over existing page


 That's already what I'm doing. Not the problem here, though. The issue
 isn't whether the overlay and disclaimer appear - I have that bit
 working just fine. The issue is making the overlay extend all the way
 to the bottom of the page if the page is longer than the viewport.

 Cheers,

 Seona.

 2008/7/31 Luke Hoggett [EMAIL PROTECTED]:


 Doesn't have to be a separate divert page, you can just use the session
 variable to decided whether the overlay element is displayed on each
 page

 regards
 Luke

 Seona Bellamy wrote:

 What, and divert them to the agreement page if they'rve not agreed?
 Hmm... not sure that I'll get the go-ahead to do that. We're working
 to some fairly tight design requirements.

 I've already got it saving the session variable once they agree, so
 that they only get bothered once.

 Cheers,

 Seona.

 2008/7/31 Luke Hoggett [EMAIL PROTECTED]:


 Depending on what/whether you're using anything server side, just set a
 session variable that records whether the person has agreed to the
 terms, do
 this across every page and no worries for Google or any other entry that
 doesn't come from the front page.

 regards
 Luke


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] 100% height over existing page

2008-07-30 Thread Seona Bellamy
Hi guys,

I need to create an absolutely positioned div that will float on top
of the existing page layout, and be 100% of the height of the rendered
page, not the viewport. Something similar to what Lightbox does -
greying out the page and displaying a box over it. The trouble is,
because it's to display some legal stuff (of the this site contains
medical information that some people might find offensive or
disturbing variety) I don't want to use Lightbox (or any of its
variants) because it relies on JavaScript. Anyone who doesn't have JS
simply won't see the warning and that just doesn't seem like a good
idea.

I've had no trouble making the div that sits on top of everything
extend to the height of the viewport, but if the page extends beyond
that then you see normal (and clickable) page as soon as you scroll.
Don't want that, if possible.

Does anyone have any idea of the most reasonable way to do this? I
want to try and give the full experience to as many as possible.

Cheers,

Seona.


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] 100% height over existing page

2008-07-30 Thread Adam Martin
The easiest way would be to have an entry page instead.

On Thu, Jul 31, 2008 at 2:56 PM, Seona Bellamy [EMAIL PROTECTED] wrote:

 Hi guys,

 I need to create an absolutely positioned div that will float on top
 of the existing page layout, and be 100% of the height of the rendered
 page, not the viewport. Something similar to what Lightbox does -
 greying out the page and displaying a box over it. The trouble is,
 because it's to display some legal stuff (of the this site contains
 medical information that some people might find offensive or
 disturbing variety) I don't want to use Lightbox (or any of its
 variants) because it relies on JavaScript. Anyone who doesn't have JS
 simply won't see the warning and that just doesn't seem like a good
 idea.

 I've had no trouble making the div that sits on top of everything
 extend to the height of the viewport, but if the page extends beyond
 that then you see normal (and clickable) page as soon as you scroll.
 Don't want that, if possible.

 Does anyone have any idea of the most reasonable way to do this? I
 want to try and give the full experience to as many as possible.

 Cheers,

 Seona.


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
-
http://myfitness.ning.com
A community of people that care about their health and fitness
Free fitness videos, recipes, blogs, photos etc.
--


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] 100% height

2007-05-13 Thread Jean-Jacques Halans

Looks good in IE6, Opera 9.20, and Firefox 2.0.0.3,
all WinXP pro.

On 5/12/07, Bob Schwartz [EMAIL PROTECTED] wrote:

A version with the footer inside the div is up, plus it seems that by
adding important! to height: auto; in the original version it is now
working in Safari and Firefox.
I would appreciate feedback from a test in IE 6 and (especially) 7

http://www.fotografics.it/test/


 Bob Schwartz wrote:
 I have been at it all day and no luck.

 Anyone who would like to help can see some test pages at:

 http://www.fotografics.it/test/

 The problem is explained on the pages.

 Bob

 try placing your footer inside the wrapper.



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





--
Halans Jean-Jacques



http://www.halans.be
http://del.icio.us/halans
http://www.flickr.com/photos/halans/
http://halans.vox.com/




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] 100% height

2007-05-13 Thread Kane Tapping
Hi ,

http://www.fotografics.it/test/

Displays full height in IE7 on XP.

Kind Regards,

Kane Tapping
Web Standards Developer
Web and Content Management Services
Griffith University. 4111. Australia.
[EMAIL PROTECTED]
Phone: +61 (0)7 373 57630





Jean-Jacques Halans [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
14/05/2007 01:02 PM
Please respond to
wsg@webstandardsgroup.org


To
wsg@webstandardsgroup.org
cc

Subject
Re: [WSG] 100% height






Looks good in IE6, Opera 9.20, and Firefox 2.0.0.3,
all WinXP pro.

On 5/12/07, Bob Schwartz [EMAIL PROTECTED] wrote:
 A version with the footer inside the div is up, plus it seems that by
 adding important! to height: auto; in the original version it is now
 working in Safari and Firefox.
 I would appreciate feedback from a test in IE 6 and (especially) 7

 http://www.fotografics.it/test/


  Bob Schwartz wrote:
  I have been at it all day and no luck.
 
  Anyone who would like to help can see some test pages at:
 
  http://www.fotografics.it/test/
 
  The problem is explained on the pages.
 
  Bob
 
  try placing your footer inside the wrapper.



 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
Halans Jean-Jacques


 http://www.halans.be
 http://del.icio.us/halans
 http://www.flickr.com/photos/halans/
 http://halans.vox.com/



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] 100% height

2007-05-12 Thread dwain
Bob Schwartz wrote:
 A version with the footer inside the div is up, plus it seems that by
 adding important! to height: auto; in the original version it is now
 working in Safari and Firefox.
 I would appreciate feedback from a test in IE 6 and (especially) 7

 http://www.fotografics.it/test/

looks good in ie7 win xp pro

-- 
Dwain Alford
http://www.studiokdd.com
The artist may use any form which his expression demands;
for his inner impulse must find suitable expression. Kandinsky



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



RE: [WSG] 100% height

2007-05-12 Thread Web Dandy Design
Hi,

Looks good in ie6 and ie7 win xp pro.

--
Elaine Wildash
http://www.webdandy.co.uk
http://www.webdandy-access.com


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Bob Schwartz
Sent: 12 May 2007 06:33
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] 100% height

A version with the footer inside the div is up, plus it seems that by  
adding important! to height: auto; in the original version it is now  
working in Safari and Firefox.
I would appreciate feedback from a test in IE 6 and (especially) 7

http://www.fotografics.it/test/


 Bob Schwartz wrote:
 I have been at it all day and no luck.

 Anyone who would like to help can see some test pages at:

 http://www.fotografics.it/test/

 The problem is explained on the pages.

 Bob

 try placing your footer inside the wrapper.



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] 100% height

2007-05-11 Thread Gunlaug Sørtun

Jermayn Parker wrote:

let us know how you go

I myself are in the middle of a website were I need something similar
 and it works fine in ie7 and firefox but breaks and looks horrible 
in ie6


Maybe this is the way to go...
http://www.456bereastreet.com/archive/200609/css_frames_v2_fullheight/

regards
Georg
--
http://www.gunlaug.no


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] 100% height

2007-05-11 Thread Bob Schwartz

So far, so good in IE 6  7

As soon as I have something to put up, I will. I'm still playing in  
local.




let us know how you go

I myself are in the middle of a website were I need something  
similar and it works fine in ie7 and firefox but breaks and looks  
horrible in ie6


Thanks



[EMAIL PROTECTED] 10/05/2007 9:19:37 pm 

Thanks, this one seems to be the best I've found so far. I'll take it
for a test drive.


Hope this will solve the problem:
http://www.xs4all.nl/~peterned/examples/csslayout1.html

regards
Puneet

Original Message:
-
From: Bob Schwartz [EMAIL PROTECTED]
Date: Thu, 10 May 2007 14:41:10 +0200
To: wsg@webstandardsgroup.org
Subject: [WSG] 100% height


Here's my problem:

I need to have all the pages on a site fill the page at 100% of page
height if lots of content or 100% of browser window iif short on
content with the footer sitting nicely at the bottom in both cases in
both IE 6 and IE7. Something I had no problems with until IE7 rolled
out.

I have searched around the web and not found anything I would
consider THE solution.

As I'm sure IE7 has done this to others, has anyone found a reliable
solution?

Thanks,

Bob




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




mail2web.com * What can On Demand Business Solutions do for you?
http://link.mail2web.com/Business/SharePoint




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


** 



The above message has been scanned and meets the Insurance  
Commission of Western Australia's Email security requirements for  
inbound transmission.


** 





** 
**
The above message has been scanned and meets the Insurance  
Commission of Western Australia's Email security policy  
requirements for outbound transmission.


This email (facsimile) and any attachments may be confidential and  
privileged. If you are not the intended recipient, you are hereby  
notified that any use, dissemination, distribution or copying of  
this email (facsimile) is strictly prohibited. If you have received  
this email (facsimile) in error please contact the Insurance  
Commission.


Web: www.icwa.wa.gov.au
Phone: +61 08 9264 

** 
***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] 100% height

2007-05-11 Thread Bob Schwartz

it broke.

I put a properly cleared floated div inside the content div and the  
footer is now riding above the last few lines of the content.




let us know how you go

I myself are in the middle of a website were I need something  
similar and it works fine in ie7 and firefox but breaks and looks  
horrible in ie6


Thanks



[EMAIL PROTECTED] 10/05/2007 9:19:37 pm 

Thanks, this one seems to be the best I've found so far. I'll take it
for a test drive.


Hope this will solve the problem:
http://www.xs4all.nl/~peterned/examples/csslayout1.html

regards
Puneet

Original Message:
-
From: Bob Schwartz [EMAIL PROTECTED]
Date: Thu, 10 May 2007 14:41:10 +0200
To: wsg@webstandardsgroup.org
Subject: [WSG] 100% height


Here's my problem:

I need to have all the pages on a site fill the page at 100% of page
height if lots of content or 100% of browser window iif short on
content with the footer sitting nicely at the bottom in both cases in
both IE 6 and IE7. Something I had no problems with until IE7 rolled
out.

I have searched around the web and not found anything I would
consider THE solution.

As I'm sure IE7 has done this to others, has anyone found a reliable
solution?

Thanks,

Bob




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




mail2web.com * What can On Demand Business Solutions do for you?
http://link.mail2web.com/Business/SharePoint




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


** 



The above message has been scanned and meets the Insurance  
Commission of Western Australia's Email security requirements for  
inbound transmission.


** 





** 
**
The above message has been scanned and meets the Insurance  
Commission of Western Australia's Email security policy  
requirements for outbound transmission.


This email (facsimile) and any attachments may be confidential and  
privileged. If you are not the intended recipient, you are hereby  
notified that any use, dissemination, distribution or copying of  
this email (facsimile) is strictly prohibited. If you have received  
this email (facsimile) in error please contact the Insurance  
Commission.


Web: www.icwa.wa.gov.au
Phone: +61 08 9264 

** 
***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] 100% height

2007-05-11 Thread al morris

Try this one...

http://www.strictlycss.com/examples/fluid-css-layout-with-faux-columns-1.asp

Al







***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] 100% height

2007-05-11 Thread Bob Schwartz

I have been at it all day and no luck.

Anyone who would like to help can see some test pages at:

http://www.fotografics.it/test/

The problem is explained on the pages.

Bob


let us know how you go

I myself are in the middle of a website were I need something  
similar and it works fine in ie7 and firefox but breaks and looks  
horrible in ie6



Here's my problem:

I need to have all the pages on a site fill the page at 100% of page
height if lots of content or 100% of browser window iif short on
content with the footer sitting nicely at the bottom in both cases in
both IE 6 and IE7. Something I had no problems with until IE7 rolled
out.

I have searched around the web and not found anything I would
consider THE solution.

As I'm sure IE7 has done this to others, has anyone found a reliable
solution?

Thanks,

Bob




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] 100% height

2007-05-11 Thread dwain
Bob Schwartz wrote:
 I have been at it all day and no luck.

 Anyone who would like to help can see some test pages at:

 http://www.fotografics.it/test/

 The problem is explained on the pages.

 Bob

try placing your footer inside the wrapper.

-- 
Dwain Alford
http://www.studiokdd.com
The artist may use any form which his expression demands;
for his inner impulse must find suitable expression. Kandinsky



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] 100% height

2007-05-11 Thread Bob Schwartz

I'll try that, but I was sort of following:

http://www.themaninblue.com/writing/perspective/2005/08/29/

which suggests to leave it outside.



Bob Schwartz wrote:

I have been at it all day and no luck.

Anyone who would like to help can see some test pages at:

http://www.fotografics.it/test/

The problem is explained on the pages.

Bob


try placing your footer inside the wrapper.

--
Dwain Alford
http://www.studiokdd.com
The artist may use any form which his expression demands;
for his inner impulse must find suitable expression. Kandinsky



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] 100% height

2007-05-11 Thread Michael
 
http://webstandardsgroup.org/resources/

 Error Executing Database Query

-- 
Best Regards

Michael Doyle

Managing Director

Sydney Web Design  Consulting Pty Ltd
87 Regent Street Chippendale Sydney 2015
9699-0088
0416-131-252
[EMAIL PROTECTED]
www.sydneyweb.com.au


Quoting al morris [EMAIL PROTECTED]:

 Try this one...
 
 http://www.strictlycss.com/examples/fluid-css-layout-with-faux-columns-1.asp
 
 Al
 
 
 
 
 
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] 100% height

2007-05-11 Thread dstone
 
Do you have a background for the entire website?  Are you using 
fixed widths?  How many columns?



From: Bob Schwartz [EMAIL PROTECTED]
Sent: Friday, May 11, 2007 4:41 AM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] 100% height 

it broke.

I put a properly cleared floated div inside the content div and the  
footer is now riding above the last few lines of the content.

 let us know how you go

 I myself are in the middle of a website were I need something  
 similar and it works fine in ie7 and firefox but breaks and looks  
 horrible in ie6

 Thanks


 [EMAIL PROTECTED] 10/05/2007 9:19:37 pm 
 Thanks, this one seems to be the best I've found so far. I'll take it
 for a test drive.

 Hope this will solve the problem:
 http://www.xs4all.nl/~peterned/examples/csslayout1.html

 regards
 Puneet

 Original Message:
 -
 From: Bob Schwartz [EMAIL PROTECTED]
 Date: Thu, 10 May 2007 14:41:10 +0200
 To: wsg@webstandardsgroup.org
 Subject: [WSG] 100% height


 Here's my problem:

 I need to have all the pages on a site fill the page at 100% of page
 height if lots of content or 100% of browser window iif short on
 content with the footer sitting nicely at the bottom in both cases in
 both IE 6 and IE7. Something I had no problems with until IE7 rolled
 out.

 I have searched around the web and not found anything I would
 consider THE solution.

 As I'm sure IE7 has done this to others, has anyone found a reliable
 solution?

 Thanks,

 Bob




 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***



 
 mail2web.com * What can On Demand Business Solutions do for you?
 http://link.mail2web.com/Business/SharePoint




 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***





 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


 ** 
 

 The above message has been scanned and meets the Insurance  
 Commission of Western Australia's Email security requirements for  
 inbound transmission.

 ** 
 



 ** 
 **
 The above message has been scanned and meets the Insurance  
 Commission of Western Australia's Email security policy  
 requirements for outbound transmission.

 This email (facsimile) and any attachments may be confidential and  
 privileged. If you are not the intended recipient, you are hereby  
 notified that any use, dissemination, distribution or copying of  
 this email (facsimile) is strictly prohibited. If you have received  
 this email (facsimile) in error please contact the Insurance  
 Commission.

 Web: www.icwa.wa.gov.au
 Phone: +61 08 9264 

 ** 
 ***



 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


[WSG] 100% height

2007-05-10 Thread Bob Schwartz

Here's my problem:

I need to have all the pages on a site fill the page at 100% of page  
height if lots of content or 100% of browser window iif short on  
content with the footer sitting nicely at the bottom in both cases in  
both IE 6 and IE7. Something I had no problems with until IE7 rolled  
out.


I have searched around the web and not found anything I would  
consider THE solution.


As I'm sure IE7 has done this to others, has anyone found a reliable  
solution?


Thanks,

Bob




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



RE: [WSG] 100% height

2007-05-10 Thread [EMAIL PROTECTED]
 
Hope this will solve the problem:
http://www.xs4all.nl/~peterned/examples/csslayout1.html

regards
Puneet

Original Message:
-
From: Bob Schwartz [EMAIL PROTECTED]
Date: Thu, 10 May 2007 14:41:10 +0200
To: wsg@webstandardsgroup.org
Subject: [WSG] 100% height


Here's my problem:

I need to have all the pages on a site fill the page at 100% of page  
height if lots of content or 100% of browser window iif short on  
content with the footer sitting nicely at the bottom in both cases in  
both IE 6 and IE7. Something I had no problems with until IE7 rolled  
out.

I have searched around the web and not found anything I would  
consider THE solution.

As I'm sure IE7 has done this to others, has anyone found a reliable  
solution?

Thanks,

Bob




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




mail2web.com – What can On Demand Business Solutions do for you?
http://link.mail2web.com/Business/SharePoint




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] 100% height

2007-05-10 Thread Jermayn Parker
let us know how you go

I myself are in the middle of a website were I need something similar and it 
works fine in ie7 and firefox but breaks and looks horrible in ie6

Thanks


 [EMAIL PROTECTED] 10/05/2007 9:19:37 pm 
Thanks, this one seems to be the best I've found so far. I'll take it  
for a test drive.

 Hope this will solve the problem:
 http://www.xs4all.nl/~peterned/examples/csslayout1.html 

 regards
 Puneet

 Original Message:
 -
 From: Bob Schwartz [EMAIL PROTECTED] 
 Date: Thu, 10 May 2007 14:41:10 +0200
 To: wsg@webstandardsgroup.org 
 Subject: [WSG] 100% height


 Here's my problem:

 I need to have all the pages on a site fill the page at 100% of page
 height if lots of content or 100% of browser window iif short on
 content with the footer sitting nicely at the bottom in both cases in
 both IE 6 and IE7. Something I had no problems with until IE7 rolled
 out.

 I have searched around the web and not found anything I would
 consider THE solution.

 As I'm sure IE7 has done this to others, has anyone found a reliable
 solution?

 Thanks,

 Bob




 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm 
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm 
 Help: [EMAIL PROTECTED] 
 ***



 
 mail2web.com * What can On Demand Business Solutions do for you?
 http://link.mail2web.com/Business/SharePoint 




 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm 
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm 
 Help: [EMAIL PROTECTED] 
 ***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm 
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm 
Help: [EMAIL PROTECTED] 
***


**

The above message has been scanned and meets the Insurance Commission of 
Western Australia's Email security requirements for inbound transmission. 

**




The above message has been scanned and meets the Insurance Commission of 
Western Australia's Email security policy requirements for outbound 
transmission. 

This email (facsimile) and any attachments may be confidential and privileged. 
If you are not the intended recipient, you are hereby notified that any use, 
dissemination, distribution or copying of this email (facsimile) is strictly 
prohibited. If you have received this email (facsimile) in error please contact 
the Insurance Commission.

Web: www.icwa.wa.gov.au 
Phone: +61 08 9264 

*



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] 100% height of viewport

2005-04-26 Thread Stevio
Is there a way to stretch an element to be 100% height of the viewport?
Also what is the best way to create a footer, which is at the foot at the 
page no matter the height of the viewport, but below and not overlapping any 
other elements?

Thanks,
Stephen 


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.10.3 - Release Date: 25/04/2005
**
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] 100% height of viewport

2005-04-26 Thread Patrick H. Lauke
Stevio wrote:
Is there a way to stretch an element to be 100% height of the viewport?
An ugly hack, but my pixel pushing experiment may provide a starting point
http://www.splintered.co.uk/experiments/49/
--
Patrick H. Lauke
_
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
www.splintered.co.uk | www.photographia.co.uk
http://redux.deviantart.com
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


[WSG] 100% height columns - problems again

2004-06-28 Thread Razvan Pop
Hello.

Never managed to make left and right columns with 100% height.
Please take a look here:
http://seoed.cpea.ro/seo-terms-glossary

and tell me if you have some ideas.

CSS files:
http://seoed.cpea.ro/stylesheets/left.css
http://seoed.cpea.ro/stylesheets/right.css
http://seoed.cpea.ro/stylesheets/content.css

Regards,
Razvan Pop
http://www.seoed.com
http://compliant-websites.seoed.com - Standards Compliant Websites Directory
*
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] 100% height columns - problems again

2004-06-28 Thread Isabel Santos
Quoting a recent post of mine on
http://www.webxpertz.net/forums/showthread.php?t=29509:

A 100% height table is 100% of the body. And the body is smaller then the
screen, so the table goes up to the bodys size.
Now, if you want a table to fill the whole screen, you must define 100%
height of the screen for all the containers. The container of the table is
the body, the container of the body is your html.

So if you declare on the head of the document:
style type=text/css
html,body { margin: 0; padding: 0; height: 100%; }
/style
you'll be able to center your design.

(You can add that right after your Mozilla only declarations in the contents
css)

You can get more info in: http://www.quirksmode.org/ on CSS under Tasks.

Hope it helps,

Isabel Santos





- Original Message - 
From: Razvan Pop [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, June 28, 2004 3:58 PM
Subject: [WSG] 100% height columns - problems again


 Hello.

 Never managed to make left and right columns with 100% height.
 Please take a look here:
 http://seoed.cpea.ro/seo-terms-glossary

 and tell me if you have some ideas.

 CSS files:
 http://seoed.cpea.ro/stylesheets/left.css
 http://seoed.cpea.ro/stylesheets/right.css
 http://seoed.cpea.ro/stylesheets/content.css

 Regards,
 Razvan Pop
 http://www.seoed.com
 http://compliant-websites.seoed.com - Standards Compliant Websites
Directory
 *
 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
* 



[WSG] 100% height div

2004-04-01 Thread Razvan Pop
Hello.
http://razvan.cpea.ro/v3/
Please take a look at my site. I'm trying to set the left div (pink one) 
to height 100%. I've been doing this for 2 hours and i'm getting mad. :)
You can see the CSS file at http://razvan.cpea.ro/v3/style/v3.css

Thanks you.

--
*Kindest Regards,
   Razvan Pop
Web Designer and Developer* 

*
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] 100% height div

2004-04-01 Thread Darian Cabot
You have the leftDiv inside MainDiv. leftDiv is 100% height... Just...
100% height of mainDiv (it's parent). You'll need to set mainDiv to 100%,
whatever height mainDiv is, leftDiv will follow in your setup.

Hope that helps!

Oh by-the-way, you have an awesome name ;)


Regards,

Darian Cabot
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Cabot Consultants Pty Ltd
Software Engineer / Website Design
http://www.cabotconsultants.com.au
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


 Hello.
 http://razvan.cpea.ro/v3/
 Please take a look at my site. I'm trying to set the left div (pink one)
 to height 100%. I've been doing this for 2 hours and i'm getting mad. :)
 You can see the CSS file at http://razvan.cpea.ro/v3/style/v3.css

 Thanks you.

 --
 *Kindest Regards,
 Razvan Pop
 Web Designer and Developer*

 *
 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] 100% height div OT

2004-04-01 Thread Razvan Pop
Darian Cabot wrote:

You have the leftDiv inside MainDiv. leftDiv is 100% height... Just...
100% height of mainDiv (it's parent). You'll need to set mainDiv to 100%,
whatever height mainDiv is, leftDiv will follow in your setup.
Hope that helps!

Oh by-the-way, you have an awesome name ;)

 

Razvan Pop is an awesome name? Hahahha :)
My country has 21 milion population and 90.000 have the name Pop. :)
Regards,

Darian Cabot
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Cabot Consultants Pty Ltd
Software Engineer / Website Design
http://www.cabotconsultants.com.au
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 

Hello.
http://razvan.cpea.ro/v3/
Please take a look at my site. I'm trying to set the left div (pink one)
to height 100%. I've been doing this for 2 hours and i'm getting mad. :)
You can see the CSS file at http://razvan.cpea.ro/v3/style/v3.css
Thanks you.

--
*Kindest Regards,
   Razvan Pop
Web Designer and Developer*
*
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
* 

 



--
*Kindest Regards,
   Razvan Pop
Web Designer and Developer* 

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