gpt4 book ai didi

html - 具有%宽度div的固定宽度div?

转载 作者:行者123 更新时间:2023-11-28 14:57:22 25 4
gpt4 key购买 nike

是否可以使用固定宽度的 div 和扩展的 div?像这样的东西:

<div style="float:left; width:200px">
</div>

<div style="float:left; width:100%"> // expand please
</div>

<div style="position:fixed; width:320px">
</div>

我希望中间的 div 只扩展宽度并占据左右 div 位置后剩下的任何内容。如果我给他们每个人一个百分比的宽度,它工作正常,但是当对某些人使用固定宽度时,当浏览器框架变小等时,他们开始重叠,

谢谢

最佳答案

怎么样:

<html>
<body>
<div style="float:left;width:200px;background:red">&nbsp;
</div>

<div style="float:right; width:320px;background:blue">&nbsp;
</div>

<div style="background:black">&nbsp;
</div>
</body>
</html>

关于html - 具有%宽度div的固定宽度div?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3331670/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com