gpt4 book ai didi

css - 负边距和背景图片显示不正确

转载 作者:行者123 更新时间:2023-11-28 14:09:08 24 4
gpt4 key购买 nike

您好,我正在尝试在页面左下角创建背景图片。该页面有左侧边栏和右侧边栏。我已使用 CSS 将图像放置在左侧边栏和主要内容中,但两者都没有正确放置。

这是我想要的样子:http://www.onetreehill.net.au/images/image2.jpg (底部的女孩。我希望她位于页面的最左下方,无论页面有多长。)

这就是她现在使用我使用的 CSS 时的样子:http://www.onetreehill.net.au/images/image1.jpg

我用过的CSS:

.Content {
background: url(../../__custom/images/blue/page-bottom-1.jpg) left bottom;
background-repeat: no-repeat;
overflow: visible;
}

.Left {
background: url(../../__custom/images/blue/page-bottom-1.jpg) left bottom;
background-repeat: no-repeat;
overflow: visible;
}

当我使用以下作为背景位置时: background:

url(../../__custom/images/blue/page-bottom-1.jpg) -150px 100%;

最佳答案

您可以向我们展示您的 HTML 吗?我怀疑 .Left 没有一直到达列的底部,但如果没有看到标记就很难说。

关于css - 负边距和背景图片显示不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9661256/

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