hello, I'm trying to make my div's height to be 100%.
im using xhtml transitional 1.0
html:
<div> </div>
css:
body { height: 100%; width: 100%; }
div { height: 100%; }
and it doesnt work.
btw,
div doesnt have any parrent tags
[edited by: Harm at 7:09 pm (utc) on Sep. 12, 2007]