How can you get the height: 100% under the lower height: 100% working?
I usually use it:
status: absolute ; Height: 100%;
and on the external device:
status: relative; Minimum height: 100%;
Using a stable position does not work, because the browser needs the height of the external device so that the height of the internal divisions is calculated. But the height of the outer divas is not known until the internal device is calculated ...
However, in many cases my solution can not be used And the better of them.
Comments
Post a Comment