0

问题在这里: http: //netadvokaten.se/index.php

突然,这个蓝色的盒子凭空出现!

我正在运行最新版本的 OsCommerce,经过数小时的谷歌搜索后,我似乎是唯一一个遇到过这个问题的人。

我没有嵌入代码中的蓝色图像,我不知道该怎么做。

真挚地。

4

1 回答 1

3

这是你的 body 元素的 CSS,注意到什么了吗?

body {
   background: #fff url(images/blue.jpg) no-repeat center scroll;
   color: #000;
   margin: 0px;
   font-size: 11px;
   font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
}
于 2012-12-21T16:52:34.100 回答