不知道我在這裏出了什麼問題。漸變顯示正常,但圖像不是。如何結合背景圖像和CSS漸變
頁就設在這裏(WordPress站點):
http://philfaranda.staging.spatialmatch.com/
body {
background-color: #FFF !important; /* fallback color if gradients are not supported */
background: #fff url(/wp-content/uploads/2013/01/body-bg2.png) repeat-x !important;
background-image: -webkit-linear-gradient(top, #fff, #A9A9A9) !important; /* For Chrome and Safari */
background-image: -moz-linear-gradient(top, #fff, #A9A9A9) !important; /* For old Fx (3.6 to 15) */
background-image: -ms-linear-gradient(top, #fff, #A9A9A9) !important; /* For pre-releases of IE 10 */
background-image: -o-linear-gradient(top, #fff, #A9A9A9) !important; /* For old Opera (11.1 to 12.0) */
background-image: linear-gradient(to bottom, #fff, #A9A9A9) !important; /* Standard syntax; must be last */
}
編輯:似乎也漸變效果的心不是顯示在IE瀏覽器,圖像...
謝謝提前尋求幫助, Ken
您的頁面不可用。一個錯字? – 2013-02-19 20:53:05
我在FF和IE中加載罰款 – Ken 2013-02-19 20:54:53
這裏不必要的wordpress標籤 – jjj 2013-02-19 21:27:21