gpt4 book ai didi

css - 在 DIV 旁边制作 float 图像?

转载 作者:行者123 更新时间:2023-11-28 07:11:18 26 4
gpt4 key购买 nike

我希望图像 float 在绿色框的左侧(见虚线区域。)

target position of the image

如何使用此处使用的标记实现该目标?:

http://codepen.io/anon/pen/NGNbbB


我希望以下 CSS 能够完成这项工作。但这不起作用:

#content article {float: left;}

最佳答案

只需将 .articlewidth 设置为:

#content-wrapper #content article {
width: calc(100% - 250px); }

其中“250px”是绿色框的固定宽度。

并添加到您的图像中:

img {width:100%;}

Fiddle

关于css - 在 DIV 旁边制作 float 图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32626196/

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