2011-09-21 54 views
-1

該網站爲http://www.sarahjanetrading.com/爲什麼我的網站中的身體背景沒有顯示出來?

下面是設計圖像的鏈接,以便您可以看到差異。 http://i52.tinypic.com/de6yja.png

在體內,可以看到灰色的少許部分(實際上是頭部圖像的一部分),但身體的其餘部分是白色的。請幫忙。

此外,我在網站中使用了很多CSS3屬性,並且使用IE7-js使IE-6到IE-8呈現它像IE9一樣,但它似乎並沒有工作。有沒有其他的腳本或更新的方法來做到這一點?

非常感謝。

回答

0

你的div#header(http://www.sarahjanetrading.com/style.css)應該更大。更改570px到670px

#header (line 46) 

{ 

**height: 570px;** 
background-color: #540451; 
background-image: url("images/header.jpg"); 
background-repeat: no-repeat; 
background-attachment: scroll; 
background-position: center top; 
background-clip: border-box; 
background-origin: padding-box; 
background-size: auto auto; 
overflow-x: auto; 
overflow-y: auto; 

} 

乾杯

+0

噢。非常感謝 !愚蠢的我......這確實解決了背景問題。 –

相關問題