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

[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

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

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

Re: [WSG] 100% height

2007-05-11 Thread Bob Schwartz
: - 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

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

[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

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

[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

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

[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

Re: [WSG] 100% height columns - problems again

2004-06-28 Thread Isabel Santos
: [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

[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,

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