I want to achieve a layout like this:
-----------------------------------------------------------
| |
| fixed height |
| |
|----------------------------------------------------------|
| | s |
| takes all the rest available screen height | c |
| fluid height, not fixed, | r |
| dependent on the screen height | o |
| | l |
| | l |
| | b |
| | a |
| | r |
------------------------------------------------------------
Using css and html, without javascript, is it possible? Scrollbar should be completely visible, from top to bottom.
you can achieve layout like that very simple to be honest just read about divs and some css heres a example:
dont forget that the width: 604px is only for example just set it to 100% to use all screen size same goes for height.
good luck.
example: http://jsfiddle.net/DCbur/2/
dont forget to vote if you like the answer
See: http://jsfiddle.net/s7FH6/show/ (edit)
HTML:
CSS: