我想实现这样的布局:
-----------------------------------------------------------
| |
| header height is its content dependant. |
| its height is not set. |
| it is as heigh as its content stretches it |
|----------------------------------------------------------|
| | s |
| takes all the rest available screen height | c |
| it is fluid height, not fixed, | r |
| dependent on the screen height | o |
| | l |
| | l |
| | b |
| | a |
| | r |
------------------------------------------------------------
用css和html,不用javascript,可以吗?滚动条应该从上到下完全可见。
此处设置示例布局 http://jsfiddle.net/uKejq/9/我想实现相同的目标,但不使用 javascript。可能吗?
我是一名优秀的程序员,十分优秀!