mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
23 lines
543 B
HTML
23 lines
543 B
HTML
<html><head>
|
|
<style>
|
|
table { width: 100%; }
|
|
td{border:1px solid red;}
|
|
TD#leftcolumn,TD#rightcolumn {width: 180px;}
|
|
div.box {
|
|
overflow: hidden;
|
|
width: 170px;}
|
|
div.cbox-title { overflow: hidden;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<table><tbody><tr><td id="leftcolumn">
|
|
<div class="box">online user bug 234593</div>
|
|
</td>
|
|
<td id="centercolumn">
|
|
<div class="cbox-title">SOAP </div>
|
|
<script>var x=document.body.offsetHeight;</script>
|
|
</td>
|
|
<td id="rightcolumn">
|
|
<div class="box">Last wiki comments</div>
|
|
</td></tr></tbody></table>
|
|
</body></html> |