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

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

Re: [WSG] 100% height

2007-05-13 Thread Kane Tapping
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

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/

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

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...

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

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

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:

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

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

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/

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

Re: [WSG] 100% height

2007-05-11 Thread dstone
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

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:

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

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.):

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

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

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 ;)