【发布时间】:2011-10-07 14:29:06
【问题描述】:
我想实现这样的布局:
-----------------------------------------------------------
| |
| 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 |
------------------------------------------------------------
使用css和html,不用javascript,可以吗?滚动条应该从上到下完全可见。
【问题讨论】: