Posted by Els on 10/23/07 13:12
nospam wrote:
> But if I use height=100% and width=100px, the height doesnot
> encompass the entire page - maybe only 200px or so.
>
> How do you define a style with 100% height?
100% height is 100% of the parent's set height. Apparently the
parent's set height is only 200px or so.
You can of course add body{height:100%;}, but be aware that this will
likely have unwanted side effects if your page is taller than the
viewport.
--
Els http://locusmeus.com/
Navigation:
[Reply to this message]
|