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

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:

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.

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

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.

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

Re: [WSG] 100% height over existing page

2008-07-31 Thread Сергей Кириченко
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

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

Re: [WSG] 100% height over existing page

2008-07-31 Thread Seona Bellamy
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

Re: [WSG] 100% height over existing page

2008-07-31 Thread Seona Bellamy
, 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

Re: [WSG] 100% height over existing page

2008-07-31 Thread Luke Hoggett
@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

Re: [WSG] 100% height over existing page

2008-07-31 Thread Seona Bellamy
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

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