0
一個朋友給我使用這個jQuery代碼的解決方案:交換jquery backgroundColor爲背景圖片?
.css({ backgroundColor: '#ddd' })
相反,我想使用的背景圖像。我如何更改jQuery代碼來做到這一點?
我想這樣做
.css({ backgroundImg: 'images/newsletter-dropdown.jpg' })
謝謝!
一個朋友給我使用這個jQuery代碼的解決方案:交換jquery backgroundColor爲背景圖片?
.css({ backgroundColor: '#ddd' })
相反,我想使用的背景圖像。我如何更改jQuery代碼來做到這一點?
我想這樣做
.css({ backgroundImg: 'images/newsletter-dropdown.jpg' })
謝謝!
容易餡餅:我
$(element).css({ 'background-color': 'transparent', 'background-image': 'images/newsletter-dropdown.jpg' });
嗯,doesn't工作。圖片屬性也在螢火蟲中掉落... – Joel 2010-05-05 05:24:37
@Joel,已更新。 – 2010-05-05 05:26:59
@Joel,它工作嗎? – 2010-05-05 05:33:36