简体   繁体   中英

body background-image is not visible

For some weird reason my body background image doesn't show up. Any one an idea why that might be? My tag looks like this:

body,
body.overlay {
  margin: 0;
  padding: 0;
  font: 11px/160% Verdana;
  color: #494949;
  background: #75A3D1 url(http://www.transtrata.net/images/bg-body.png) top left repeat-x;
}

http://www.transtrata.net/images/bg-body.png是404ing。

首先是您的背景图片网址路径正确,但是该图片不可用。我在这里创建一个小提琴,即路径http://jsfiddle.net/C9YJ9/1/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM