我有下一个html代码:
<div id="panel" style="width:100%; height: auto;position:relative; overflow: auto;">
<fieldset style="position:relative; width: 48%;float:left;">
...
</fieldset id="A" style="position:relative; width: 48%;float:left;">
<fieldset id="B" style="position:relative; width: 48%;float:left;">
...
</fieldset>
</div>
当我执行页面时,左边和右边都正确。我的问题是当我减少(当我调整大小时)资源管理器时。当然 B 设置在 A 字段集下,但宽度设置为 47%。我想在这种情况下将其调整为 100%,当我扩展资源管理器以再次调整为 47% 时。如果不问我,我希望我很清楚。
有人能给我一些想法吗?也许使用jquery,css,我不知道