-
CSS positioning
I need to position the ‘div’ element so that it begins 150px from top and goes right until the bottom end of the screen.
I tried ‘height: 100%’ & ‘top: 150px’ but it just makes it the height of current browser window height and shifts it 150 pixels to the bottom.
This is not what I want. The Div layer is suposed to have a scroll bar of it’s own and that why it shouldn’t go beyond the bottom edge of window.
So, in a nutshel, what I want is a layer that starts 150px under the top edge, goes right to the bottom edge and redraws after user window vertical size change.
thanks for help
marcel