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

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

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 f