Re: [css-d] CSS Height Question

2005-08-24 Thread Michael Landis
On 8/23/05, Adam Kuehn <[EMAIL PROTECTED]> wrote: > Yazmin Media wrote: > > > >When I remove the height on .container, the background then extends as > >needed on the News page, but on other pages where the content is short > >than the viewport, .container no longe

Re: [css-d] CSS Height Question

2005-08-23 Thread Yazmin Media
On 8/23/05, Pieter Van Waeyenberge <[EMAIL PROTECTED]> wrote: > I skimmed thru very quickly so i hope this is relevant: > > try adding > > Doesn't work. Thanks though! -- Yazmin Wickham Contractor - Internet Development http://www.yazmin.net ___

Re: [css-d] CSS Height Question

2005-08-23 Thread Adam Kuehn
Yazmin Media wrote: When I remove the height on .container, the background then extends as needed on the News page, but on other pages where the content is short than the viewport, .container no longer extends to the bottom of the screen. Have you tried playin

Re: [css-d] CSS Height Question

2005-08-23 Thread Pieter Van Waeyenberge
I skimmed thru very quickly so i hope this is relevant: try adding also ... check on safari cuz he real strict and, standards say in TD u cant specify height percentual if i dont mistaken Yazmin Media wrote: It was my attempt to fix the height problem based on this solution: http://www.

Re: [css-d] CSS Height Question

2005-08-23 Thread Yazmin Media
Anthony, The solution works great on IE/Win, but FF/Win still results in the same problem. Thank you though! Any other suggestions? -- Yazmin Wickham Contractor - Internet Development http://www.yazmin.net __ css-discuss [EMAIL

Re: [css-d] CSS Height Question

2005-08-23 Thread Yazmin Media
Thank you Charlotte. However, changing the height to auto gave me the same results I mentioned to Rowan, where the background extended as needed on the News page, but on other pages where the content is shorter than the viewport, .container no longer extended to the bottom of the screen. I've rem

Re: [css-d] CSS Height Question

2005-08-23 Thread Yazmin Media
It was my attempt to fix the height problem based on this solution: http://www.quirksmode.org/css/100percheight.html However, now that I have re-read it, I see what you are saying concerning the viewport. So this wasn't a true solution to my problem. Now on to your recommendations: When I remov

RE: [css-d] CSS Height Question

2005-08-23 Thread Rowan @ Jetboy
You've set to 100% height, which is 100% of the viewport. In turn you've set .container to be 100% of its parent (i.e. body). Removing either (or preferably both) will fix things in Mozilla. Presumably these height settings were put in for a reason, maybe to fix another problem? My problem is o

[css-d] CSS Height Question

2005-08-23 Thread Yazmin Media
My problem is on the following page: http://tnri.yazminmedia.com/news My container div no longer stretches with the height of its contents. I'm looking for how to fix this, but am getting dead ends all around. Does anyone have any suggestions, or would someone take a look at my code and CSS and l