所以我遇到了这个问题,我的背景图像根本不起作用......
我在 html 中正确添加了带有元素的 .css 文件。但是我从来没有让它工作。它开始向我显示背景图像的唯一方法是当我决定创建一个新的.css 文件时,我称之为 bodystyle.css,它最终确实向我显示了背景图像。
使用的代码如下...我只是将它粘贴到新的 .css 文件中并包含新文件,它就像一个魅力...为什么会发生这种情况?有没有人遇到过这个?
body {
height: 100%;
font-size: 62.5%;
font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
color: #333;
background: url('http://wilco/includes/img/body-bg.jpg');
padding-top: 0px;
}
a {
color: #4681da;
text-decoration: none;
}