我想实现这样的布局:
-----------------------------------------------------------
| |
| 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 |
------------------------------------------------------------
Run Code Online (Sandbox Code Playgroud)
使用css和html,没有javascript,是否可能?滚动条应从上到下完全可见.