BoulderBum
Programmer
I have what seems like a simple layout issue: I want a div to be a fixed relative height. Unfortunately, this one has me stumped and frustrated. Why doesn't this work and what do I need to do to fix it:
Code:
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml">[/URL]
<body>
<form>
<div style="[b]height: 100%[/b]; background-color: Orange">
test
</div>
</form>
</body>
</html>