Quote:
Originally Posted by TeenGodFather
No. I mean, height does work with css. (like height:320px) BUT height:100% does NOT work. ie. the percentages no longer work with css or XHTML.
which kinda sucks. Now I'm back to using HTML :P
|
No, it works, but it works differently to how you're probably trying to use it.
height: 100% will make it the height of its element/parent element, not cause it to fill the entire page or some empty area that height="100%" in a table would, for example.