I created a very simple layout with 5 divs, which can be viewed here: http://jsfiddle.net/8tSk6/. In this layout, I want the div with the ID "kubka" to have a height of 100% - 100px (height: calc(100% - 100px);
). However, I am running into issues as it is not working as expected. Despite trying out tips from CSS3 height: calc(100%) not working (such as setting height = 100%, margin & padding = 0), the script still doesn't work.