我已经减少了我的代码的基本基础知识,以确保没有其他任何因素导致问题。当我在某个点缩小我的网站时,我的背景图像消失了。这不是一个改变生活的问题,但我很好奇为什么会发生这种情况,因为我之前遇到过这个问题,而且我认为它不应该这样做。< / p>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Background image disappears.</title>
<link href="css/indexstyle.css" rel="stylesheet" type="text/css" />
</head>
<body>
</body>
</html>
我的CSS:
body{padding:0px; margin:0px; background:url(../img/bg.jpg) repeat-x #cfcfcf;}
我一定做错了吗? :P 它在我的Windows 8 Internet Explorer中运行良好,但在Firefox中没有。