Hello, I have this simple layout:
http://www.jahosapstot.cat/test/test.html
As you can see the vertical div ("col"), wich is set at height 100%, is longer than the viewport, making the scroll bar to appear.
This does not happen if the horizontal div ("menu") does not exist (it adds the "menu" height to the viewport height, I guess).
Is there a way to have the vertical div to expand to the bottom of the viewport only? So there is no vertical scroll?