Quote:
Originally Posted by JSWolf
Try making the height 100%. That should work and solve the problem.
|
Not really, because that's 100% of the container's height, and the container is usually the <body> element, whose height is flexible and adapts to its contents (unless forced to some hardcoded height). It works with width, because <body> takes the width of the screen, but it doesn't work with height, or at least there are cases (readers) when it doesn't work.