how can i make this html page?
Posted
by From.ME.to.YOU
on Stack Overflow
See other posts from Stack Overflow
or by From.ME.to.YOU
Published on 2010-03-24T15:06:03Z
Indexed on
2010/03/24
15:13 UTC
Read the original article
Hit count: 287
hello my HTML code
<html>
<body>
<div id="header">xx</div>
<div id="body">yy</div>
<div id="footer">zz</div>
</body>
</html>
my problem is with their heights i want it to be like this header :: height 20% body :: height 60% footer :: height 20%
is that possible ? thanks
© Stack Overflow or respective owner