*{ margin: 0; padding: 0; list-style: none; } body, html { height: 100%; overflow: hidden; } #content { height: 100%; overflow: auto; } #wrapper { position: absolute; height: 100px; width: 100%; background-color: #f00; }
<div id="content"> <div id="wrapper"> </div> </div>
原文地址:https://www.cnblogs.com/tujw/p/11181787.html
时间: 2024-12-13 07:13:16