我正在使用博主,最近将此 cc 代码插入到模板设计器的高级部分以输入背景图像
body {
background: url(http://img854.imageshack.us/img854/9854/ied6.jpg) no-repeat;
background-attachment:fixed;
background-color: none;
}
.body-fauxcolumn-outer div {
background: none !important;
}
问题是,当浏览器窗口调整大小时,背景保持不变,但页面上的所有小部件/元素都会随着窗口一起调整大小。
我需要背景与小部件一起调整大小,以便它们保持在背景图像的白色区域中。