代码:( 5px和10px可以视具体位置进行调节 )
<div class="abs" style="margin-top:5px;margin-left:10px;"><img src="图片地址" onclick="this.style.display='none';" /></div>
示例:
<div class="abs" style="margin-top:3px;margin-left:8px;"><img src="http://demo4.hbzkwl.com/p/a/20130721/image/20130721/20130721174109_0468.gif" onclick="this.style.display='none';" /></div>
(代码放在指定的位置,比如您要放在音乐播放那里,您入把代码放在音乐播放器前面)
<td width="60"><embed src="http://demo4.hbzkwl.com/p/gg/sound/dewplayer.swf" width="60" height="20" type="application/x-shockwave-flash" quality="high" wmode="transparent" flashvars="son=/p/tj.mp3&autoplay=1&autoreplay=0&showtime=1&volume=80"></td>
改成
<td width="60"><div class="abs" style="margin-top:5px;margin-left:10px;"><img src="图片地址" onclick="this.style.display='none';" /></div><embed src="http://demo4.hbzkwl.com/p/gg/sound/dewplayer.swf" width="60" height="20" type="application/x-shockwave-flash" quality="high" wmode="transparent" flashvars="son=/p/tj.mp3&autoplay=1&autoreplay=0&showtime=1&volume=80"></td>