我有带有侧边栏的页面。这里有张桌子。无论表格有多大,我都想在屏幕底部显示一行。这条线应该与表格具有相同的宽度。
这是我尝试过的,但没有成功:
<div style="width: 100%; position: relative;">
<table>
...
</table>
<!-- this div will be width as whole page, not as table -->
<div style="width: inherit; position: fixed; bottom: 0;">Wuah!</div>
</div>
请告诉我一些建议如何使它工作:)
这是一个活生生的例子,包括侧边栏:http: //other.dttrading.sk/orders.htm