At my page i have a navigation bar to the left that is 100% height and 25% width.
It is working fine, but when there\'s scroll available, it destroys the background, and mak
I had a similar issue when I wanted to build an opaque overlay on top of a webpage. The overlay only covered the height of the browser window, not the total scrolling height of the page. I turned to Javascript to dynamically get the page height.