MyBB Community Forums

Full Version: min-height not working with %
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I use the min-height CSS tag, it only works if I use
min-height: 888px;
Not when I use
min-height: 100%;

I'm probably using it in the wrong place...
But where do I add it to make this reach the bottom?
http://community.mybboard.net/attachment.php?aid=6164
Browsers have an incompatiblity problem with this. Firefox, Opera, and IE treat them differently. You will need to do some CSS hacking for compliance.
And if it did work, in which extra CSS would I have to add it?