-3
A
回答
1
機構的background
CSS聲明不合格(不完整url
),因此被忽略。因此背景保持白色。
0
通常,不需要白色,因爲白色是任何HTML主體的默認顏色。該網站使用CSS工作。您可以通過安裝Google Chrome瀏覽器並右鍵單擊檢查元素來查看此網站的CSS。
以下是這將讓你:
body {
background: #0CC url repeat-x; <<< fix this part see below for the wrap
color: #444;
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
margin: 0 auto 0;
padding: 0;
line-height: 20px;
}
home #wrap, .home-page #wrap, .blog #wrap {
background: url(http://www.newyorkimc.com/wp-content/uploads/2012/03/wrap.png) top center no-repeat;
margin: 0 auto 0;
padding: 0;
}
正如在其他答覆中提到,身體CSS格式錯誤,並需要加以糾正。
相關問題
- 1. ListView背景顏色不是白色
- 2. jQuery改變身體的背景顏色
- 3. 不同顏色的身體背景
- 4. 身體背景顏色不會改變
- 5. 身體背景顏色不會顯示?
- 6. CardView背景顏色始終爲白色
- 7. 白色背景與MD顏色
- 8. Android通知的背景顏色不是白色的棒棒糖
- 9. 灰色背景顏色列表項目而不是白色
- 10. iOS背景顏色 - 固體
- 11. 白色背景()
- 12. 覆蓋joomla template.php身體背景顏色(網站背景)
- 13. 背景顏色
- 14. 背景顏色
- 15. 背景顏色
- 16. 背景顏色
- 17. 顏色背景
- 18. UIWebView背景總是白色
- 19. 純白色背景色
- 20. CSS3PIE背景褪色背景顏色
- 21. 將android中XYplot的背景顏色更改爲白色?
- 22. Android - 灰色背景而不是白色
- 23. Android:TableLayout中的背景顏色
- 24. GridView中的背景顏色
- 25. iOS6.0中的背景顏色
- 26. 如何檢查CSS背景顏色是否爲白色?
- 27. 背景顏色仍然是白色,無論設置如何
- 28. 背景或背景顏色?
- 29. backgroundColor不是背景顏色
- 30. Textfield背景色白色,活動灰色背景色
你認爲這個問題的讀者會從中得到什麼? – Marcin 2012-03-30 12:43:17