这个例子是从更多(更多)更大的页面中归结而来的。 如果你显示HTML,你会看到一个绿色条而不是跨越显示, 下面的内容比显示器宽。
我需要的是,上部条形与下部内容一样长,这样 当内容比屏幕宽,并且用户滚动时,那个上面 酒吧一直延伸到右边缘。我找不到办法做到这一点。
有什么想法吗?非常感谢 -
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd"><html xmlns="https://www.w3.org/1999/xhtml">
<head>
<style>
.topborder
{
background-color : #4F8816;
height: 20px;
}
</style>
</head>
<body style="margin: 0;"><div><table border="0" cellspacing="0" cellpadding="5px" style="height: 100%;">
<tr><div style="width: max-content;" class="topborder"></div></tr>
<tr>
<td style="width: 175px; padding-right: 10px; vertical-align: top;">
zzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
</td>
<td style="vertical-align: top; padding-left: 10px; border-left: #999999 1px solid;">
<table border="0" cellspacing="2" id="ID0EGJEK">
<tr>
<th >xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</th>
<th >xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</th>
<th >xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</th>
<th >xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</th>
<th >xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</th>
<th >xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</th>
<th >xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</th>
<th >xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</th>
<th >xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</th>
<th >xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</th>
<th >xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</th>
</tr>
</table>
</td>
</tr>
</table></div></body>
</html>
以下是fiddle