Re: [問題] 滑鼠一過去會出現另一個小圖?

看板Web_Design作者 (絕体絕命!小君君的最期~)時間19年前 (2006/11/04 18:15), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/2 (看更多)
CSS for IE <style type="text/css"> .swimg { width: 100px; height: 50px; display: block; background: url('bg.jpg') no-repeat; position: relative; } a.swimg:hover { height: 110px; } a.swimg:hover span { width: 100px; height: 50px; display: block; background: url('bg2.jpg'); position: absolute; top: 60px; } </style> <a href="#" class="swimg"><span></span></a> 還是用JS實際... -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 203.70.46.179
文章代碼(AID): #15J6XOZ3 (Web_Design)
文章代碼(AID): #15J6XOZ3 (Web_Design)