gpt4 book ai didi

html - 右上角内联 float

转载 作者:太空宇宙 更新时间:2023-11-03 18:42:18 25 4
gpt4 key购买 nike

我想知道如何让图片在点击时停留在右上角,而让其他元素围绕它流动?

img.selected{
height: 600px;
width: auto;
-webkit-filter: none;
float: right;
top: 0;
}

http://jsfiddle.net/vL9RN/3/

当您单击列表右侧的图像时,它们会向右浮动但不会停留在页面顶部,而是会在其他图像下方移动。有什么办法可以用 css 做到这一点吗?

最佳答案

试试这个:

img.selected{
height: 600px;
width: auto;
-webkit-filter: none;
position: absolute;
right: 0;
top: 0;
}

关于html - 右上角内联 float ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17267076/

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