亚洲成精品动漫久久精久,九九在线精品视频播放,黄色成人免费观看,三级成人影院,久碰久,四虎成人欧美精品在永久在线

掃一掃
關(guān)注微信公眾號

實(shí)現(xiàn)文本文字的on mouse over
2007-09-25   網(wǎng)絡(luò)

原理就是 建個層 把 alt 給覆蓋掉 用鼠標(biāo)效果來控制
圖片alt 效果
<div id="tip" style="padding:3px 3px 3px 3px;position:absolute;border:1px solid &#35;000000;filter:alpha(opacity=100);background-color:&#35;ffffff"></div>
<a href="&#35;" alt="我是網(wǎng)管<br><img src=';""screen.width*0.5) {this.resized=true; this.width=screen.width*0.5;}" border=0>';>">鼠標(biāo)移過來看看是不是有圖片呵呵</a> | <a alt="<font color=';red';>創(chuàng)想未來</color>">創(chuàng)想未來</a>
<script>
document.body.onmouseover=function(){
if(typeof(event.srcElement.alt)!=';undefined';&&event.srcElement.alt!=';';){
tip.innerHTML=event.srcElement.alt;tip.style.display=';';
}
else {tip.innerHTML=';';;tip.style.display=';none';
}
}
document.body.onmousemove=function(){
if(typeof(event.srcElement.alt)!=';undefined';&&event.srcElement.alt!=';';){
tip.style.posLeft=event.x+5;tip.style.posTop=event.y+18;
}
}
</script>

熱詞搜索:

上一篇:在網(wǎng)頁中實(shí)現(xiàn)flash全屏的幾種方法
下一篇:html里嵌入多種媒體文件源碼

分享到: 收藏