UpDownRoller.prototype.uid=100; function UpDownRoller(objID,selfName){ var obj=document.getElementById(objID); obj.style.position="relative"; obj.style.zIndex=this.uid++; this.target=obj; this.autoRoll=false; this.selfName=selfName; this.timerID=null; } UpDownRoll ...
function fGetXY(obj){ var oTmp = obj; if(!oTmp||(typeOf(oTmp.offsetLeft) == "undefined") ||(typeOf(oTmp.offsetTop) == "undefined") ||!oTmp.tagName){ return null; } var pt = new Point(0,0); d ...
<html> <head> <style> .tipable { position:absolute; color: #0000cc; text-decoration: none!important; font-size: 12px; } .tipable:hover { background: none; } .tipable span { display: none; } .tipable:hover span { display: block; position:absolute; border:1px solid #640000; ...
yangzhichao
搜索本博客
最近加入圈子
最新评论