此 html 脚本中的背景图像:http://themes.googleusercontent.com/image?id=1nCEFJnjbEM1e6XClO-Dh7L-U6FJQuxivkV20FpXYmkNyRA0vQIZPfjuIp6hcROwwArvQ
不加载。但是如果这个图片首先在同一个浏览器中打开,然后将其传输到缓存中,那么背景图片就会正确显示。
HTML 如下:
<html>
<head>
<style type="text/css">
body {
font: normal normal 18px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
color: #000000;
background: #000002 url(http://themes.googleusercontent.com/image?id=1nCEFJnjbEM1e6XClO-Dh7L-U6FJQuxivkV20FpXYmkNyRA0vQIZPfjuIp6hcROwwArvQ) no-repeat fixed top center;
}
</style>
</head>
<body>
</body>
</html>
这个问题可能看起来微不足道,但它至少在 3 个浏览器上被复制:IE、Firefox、Chrome:没有预加载图像,没有显示背景图像。如果有人能解决这个表面上非常简单的问题,那将是最有帮助的。
谢谢。