HTML と CSS のみを使用して、次のような固定レイアウトを作成することは可能でしょうか?
+- #parent ------
| +-# elem1 ---
| | Varibale height (depends on content) - top anchored
| | to #parent (top: 0)
| |
| +------------
| +-# elem2 ---
| | Varibale height (depends on content) - top anchored
| | to #elem1 bottom and bottom #anchored to #elem3 top
| |
| +------------
| +-# elem3 ---
| | Fixed height - top anchored to #elem2 bottom and
| | bottom anchored to #parent bottom (bottom: 0)
| |
| +------------
+----------------
編集: #parent 要素の高さは固定されている可能性があり、次のようなものを探しています:
http://doc.qt.nokia.com/qtquick-components-symbian-1.1/examples-native-scalability-anchors.html