我用下面的CSS,我不知道我是否可以改變背景使用一些GIF即代替背景:白色使用下面的GIF作爲背景http://media.giphy.com/media/8OUdE03f3Nauc/giphy_s.gif如何添加的GIF背景
#carousel figure {
display: block;
position: absolute;
width: 150px;
height: 111px;
left: 10px;
top: 10px;
background: white;
overflow: hidden;
border: solid 1px black;
}
IVE試用 background:url('http://media.giphy.com/media/8OUdE03f3Nauc/giphy_s.gif');
而且這個
背景圖像: 'http://media.giphy.com/media/8OUdE03f3Nauc/giphy_s.gif' 這是不工作...
添加代碼的jsfiddle –
w3schools.com/tags/tag_figure.asp嗨親愛的,請閱讀 http://stackoverflow.com/questions/7913359/can-figure-tag-in-html5-被用於背景圖像 – user00000341