[WSG] height problem in firefox

2004-06-09 Thread Razvan Pop
Hello. http://eutest.cpea.ro/contul_meu.php Please take a look at that and maybe you can find out why the white background is not rendering OK in Firefox. The CSS: http://eutest.cpea.ro/stiluri/layout.css * The discussion list for

Re: [WSG] height problem in firefox

2004-06-09 Thread Susanne Jaeger
Razvan Pop schrieb, am 09.06.04 14:36: http://eutest.cpea.ro/contul_meu.php Please take a look at that and maybe you can find out why the white background is not rendering OK in Firefox. The CSS: http://eutest.cpea.ro/stiluri/layout.css #main doesn't have any non-floating and hence height

Re: [WSG] height problem in firefox

2004-06-09 Thread Razvan Pop
Thank you Susane. Any idea how i could make the left blue column fit the height of the page? Kindest Regards, Razvan Pop Susanne Jaeger wrote: Razvan Pop schrieb, am 09.06.04 14:36: http://eutest.cpea.ro/contul_meu.php Please take a look at that and maybe you can find out why the

Re: [WSG] height problem in firefox

2004-06-09 Thread Gary Menzel
Please take a look at that and maybe you can find out why the white background is not rendering OK in Firefox. I couldn't see any other replies to this (but mail delivery seems to have been an issue here lately). I have just had a look in Firefox (0.8 version) and cannot see any difference

RE: [WSG] height problem in firefox

2004-06-09 Thread Jeff Lowder - Accessibility 1st
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Razvan Pop Sent: Thursday, 10 June 2004 1:14 AM To: [EMAIL PROTECTED] Subject: Re: [WSG] height problem in firefox Thank you Susane. Any idea how i could make the left blue column fit the height of the page? Kindest Regards

Re: [WSG] height problem

2004-05-20 Thread Kim Kruse
. (Respect :o) Kim - Original Message - From: Jason Turnbull [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 20, 2004 2:53 AM Subject: RE: [WSG] height problem Kim Kruse wrote: I wrapped the logo and an URL in an h1 tag, placed it right under the body tag and now FF

Re: [WSG] height problem

2004-05-20 Thread Rick Faaberg
On 5/20/04 2:30 AM Kim Kruse [EMAIL PROTECTED] sent this out: Once again... thanks to you and to this list for all your help. (Respect :o) Kim I only joined here umm 2 days ago. I'm impressed with the group and attitude here. Way to go, whoever started this and also the participants. I'm

RE: [WSG] height problem

2004-05-20 Thread Jamie Mason
Title: RE: [WSG] height problem I joined yesterday and ditto :) Jamie Mason: Design -Original Message- From: Rick Faaberg [mailto:[EMAIL PROTECTED]] Sent: 20 May 2004 10:34 To: [EMAIL PROTECTED] Subject: Re: [WSG] height problem On 5/20/04 2:30 AM Kim Kruse [EMAIL PROTECTED

[WSG] height problem

2004-05-19 Thread Razvan Pop
Hello. I am working on an e-commerce site. It is not tablesless. :) I have some problems in Mozilla and Firefox. Please go here: http://www.insoft.ro/imprimante/1 Scroll down and look at the column containing the left menu. There is some white space. Any ideas how i can fix it? So it reaches the

Re: [WSG] height problem

2004-05-19 Thread Mark Stanton
Hi Razvan I'd suggest the best option would be to make it a background image on the body tag. Your body tag is going to be your top level containing block so it will always stretch to the height of your content. relative height: properties are always going to be relative to your viewport or

RE: [WSG] height problem

2004-05-19 Thread P.H.Lauke
I'd suggest the best option would be to make it a background image on the body tag. Your body tag is going to be your top level containing block so it will always stretch to the height of your content. Maybe being pedantic, but the top level container would be the HTML element, and backgrounds

Re: [WSG] height problem

2004-05-19 Thread Hugh Todd
Kim, you said, Would it be possible to force the #navcontainer to stretch down to the #footer without the pnbsp;/p ? If so how? No, there's no way to do this reliably. You should forget trying to do it. This is what Mark Stanton was getting at. Remove the background from your #navcontainer and

Re: [WSG] height problem

2004-05-19 Thread Kim Kruse
, 2004 12:31 AM Subject: Re: [WSG] height problem Kim, you said, Would it be possible to force the #navcontainer to stretch down to the #footer without the pnbsp;/p ? If so how? No, there's no way to do this reliably. You should forget trying to do it. This is what Mark Stanton was getting

Re: [WSG] height problem

2004-05-19 Thread Mark Stanton
Thanks Patrick Yes you are right about html being the top level container, but I guess I was thinking about visible area - I never realised that you could style the html. Will try this out for sure. Cheers Mark * The discussion list for

Re: [WSG] height problem

2004-05-19 Thread Hugh Todd
Kim, Jason's solution is an excellent one. I regretted my dogmatic statement (that you should not try) the moment I saw it. The background-image solution is better for a more complex background graphic for your column. -Hugh Great article, thank you. The problem the problem is already solved

Re: [WSG] height problem

2004-05-19 Thread Mordechai Peller
Mark Stanton wrote: Thanks Patrick Yes you are right about html being the top level container, but I guess I was thinking about visible area - I never realised that you could style the html. Will try this out for sure. I recall reading somewhere that you can style the title element. You of

RE: [WSG] height problem

2004-05-19 Thread P.H.Lauke
From: Mordechai Peller [mailto:[EMAIL PROTECTED] I recall reading somewhere that you can style the title element. Interestingly enough, I was playing with that the other night... http://www.splintered.co.uk/experiments/details.php?id=34 Works best in Firefox / Gecko based browsers at the