我的 CCS 样式表中的背景图像不会出现在 IE10/safari/firefox/chrome 中,但会出现在 EI 8 及更低版本中。只是想知道 HTML 代码是否需要更新,或者我需要添加一些内容。
下面是我一直在使用的 HTML 代码..
body {
background-image: url("https://linktographicetc.jpg");
background-position: center top;
background-repeat: no-repeat;
background-color:#DAE4E5;