问题在于: http://netadvokaten.se/index.php
突然间,这个蓝色的盒子突然冒出来了!
我正在运行最新版本的OsCommerce,经过几个小时的googeling之后,接缝就像我是唯一一个遇到过这个问题的人。
我的代码中没有嵌入蓝色图像,我不知道该怎么做。
此致。
答案 0 :(得分:3)
这是你的身体元素的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;
}