gpt4 book ai didi

css - 如何更改背景图像大小

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

我的网址:http://www.dreambelle.com/ enter image description here slider 下方文本和侧边栏后面的背景图像(白色主栏,灰色侧边栏)放置得太低。您可以在侧边栏内容后面的 slider 右侧看到此问题...

问题是我不知道如何在不向上移动整个正文内容的情况下通过 css 向上移动背景图像? enter image description here背景图渲染自小条(附)

最佳答案

您需要同时执行这两项操作(使#featured_body 的高度更小),并调整#sidebar 上的边距

我在 FF5 中测试了以下对我有用的东西:

// Remove 10px from the #featured_body height
#featured_body {
background: url("images/bgr_board.png") repeat scroll 0 0 transparent;
float: left;
height: 356px;
margin: 0 12px;
padding: 0;
width: 618px;
}

// Add 10px to the sidebar top margin
#sidebar {
float: left;
height: auto;
margin: -375px 0 20px;
padding: 0;
width: 332px;
}

关于css - 如何更改背景图像大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6605247/

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