求助高手:为什么html上背景图片会有时候会显示,有时候不显示? .

.toptitile {
	background-image: url(../images/index/index_02.png);
	background-repeat: no-repeat;
	height: 243px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

 


css以上,图片index_02.png 的大小也是990px * 243px ,位什么会有时候显示  有时候显示不出来呢,不知道会不会是css的问题呢?

你可能感兴趣的:(html,css)