[css-d] IE 7.0 not recognizing height:100%

2006-11-16 Thread Heidi Langeneckert
Hi, Im am fairly new to CSS. Thi is my issue: My design is fairly simple, I just want my content centered in the middle vertically, and stretch 100% from top to bottom. I put this in my css to do this, body, html { margin: 0; height: 100%; } So this works on my Mac

Re: [css-d] IE 7.0 not recognizing Height:100 percent

2006-11-16 Thread Heidi Langeneckert
Hi, Im am fairly new to CSS. Thi is my issue: My design is fairly simple, I just want my content centered in the middle vertically, and stretch 100% from top to bottom. I put this in my css to do this, body, html { margin: 0; height: 100%; } So this works on my Mac in

[css-d] IE 7.0 not recognizing Height:100 percent

2006-11-16 Thread Heidi Langeneckert
Hi, Im am fairly new to CSS. Thi is my issue: My design is fairly simple, I just want my content centered in the middle vertically, and stretch 100% from top to bottom. I put this in my css to do this, body, html { margin: 0; height: 100%; } So this works on my Mac in

Re: [css-d] IE 7.0 not recognizing height:100%

2006-11-16 Thread Zak Owen
Hi Heidi, The support for CSS to stretch content vertically is a bit tricky since CSS is unaware of the browser window's width and height, though you could take steps to figure these values out with Javascript, but I don't recommend it as there may be other alternatives: -Have you tried

Re: [css-d] IE 7.0 not recognizing Height:100 percent

2006-11-16 Thread Mark Henderson
On the 17th of October Heidi Langeneckert wrote: My design is fairly simple, I just want my content centered in the middle vertically, and stretch 100% from top to bottom. Grüße Heidi This might get you started: http://css-discuss.incutio.com/?page=HundredPercentHeight HTH Mark -- This