是否可以使用內嵌css動畫創建html橫幅廣告?我只需要一個帶我的代碼的div,它們將插入到他們的頁面中,因此動畫和樣式需要內聯。我只需要將一個按鈕的圖像動畫到div中,以便它看起來像在滑動。我使用相對定位來佈局元素到目前爲止。這可能嗎?這是我最終需要的佈局代碼。我需要div「按鈕」從底部開始動畫,然後落在底部:30px就像現在一樣。使用內嵌css動畫創建html橫幅廣告
<div style="width:160px; height:600px; text-align:center; position: relative;">
<a href="" target=_blank"><img src="images/Agent-Ad_Crush-160x600_b_110716.jpg" alt="Broadview Networks Generate New Leads And Crush The End Of The Year!" width="160" height="600" border="0" /></a>
<div class="words" alt="" width="160" height="180"style="position: absolute; bottom: 150px; left: 11px;">
<img src="images/Agent-Ad_Crush-160x600_b_110716-words.jpg">
</div>
<div class="button" alt="" width="116" height="32"style="position: absolute; bottom: 30px; left: 22px;">
<img src="images/Agent-Ad_Crush-160x600_b_110716-button.jpg">
</div>
</div>
請分享你的代碼,我相信你不是在找人解決你的任務。請參閱本文並編輯問題:http://stackoverflow.com/help/how-to-ask – PseudoAj
我編輯了我的問題並分享了我的代碼,我只是想知道是否可以使用內聯動畫。如果不能引用樣式表,我不知道如何處理這個問題。 –