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