我想設置我的元素的background-image屬性,以便背景圖像等於元素的「href」屬性。 例如:CSS設置元素的背景圖像與元素的url
HTML:
<img src="https://www.someimagesite.com/thumbnailimage.jpg" href="https://www.someimagesite.com/largeimage.jpg" width="70" height="70" alt="" class="image">
CSS:(我想也許這樣的事情)
img {
width:156px !important;
height:auto !important;
background-image: <href> !important;
}
希望你明白,我想知道。
我正要建議,但一直在尋找爲它的支持,這是相當低https://developer.mozilla.org/en/docs/Web/CSS/attr –
@BiepbotVonStirling是的......否則JavaScript只是選項 –