0

某些 DIV 背景图像在本网站的 Google Chrome 上首次加载时未显示: https ://ae.grupocastilla.es/epsilonnet/default.aspx

我已经检查了相关问题,但没有人对此案给出有效的答案。

这是没有加载背景图像的控件之一:

<div id="SignIn1_ImgLogin" class="ImgLogin">

对应于该CSS:

.ImgLogin {

   background-image: url(/epsilonnet/images/newlook/Login.png);
   background-repeat: no-repeat;
   background-position: center top;

}

  • 它适用于FF,IE。
  • 它在您刷新页面时起作用。
  • 如果您放置一个 Image 元素,而不是作为背景,它会起作用。

提前感谢您的帮助。

4

0 回答 0