gpt4 book ai didi

javascript - 背景位置 : fixed

转载 作者:太空宇宙 更新时间:2023-11-04 15:53:03 27 4
gpt4 key购买 nike

您好,我对 CSS 中的固定背景有一个小问题。我需要将它固定在左下角。

http://i.imgur.com/Y1gKd.jpg

background: url('./images/coura.png') no-repeat fixed;
width: 451px;
height: 736px;
position: fixed;
background-attachment: left bottom;

请问有什么办法吗?感谢您的回答!

最佳答案

您的元素需要位于您希望背景所在的位置。添加 left: 0px; bottom: 0px; 固定定位。

关于javascript - 背景位置 : fixed,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10923063/

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