个人收集 - 2、自动消失的消息提示(全Js实现)
摘要:以前做过一个,但要在中插入div,用起来很不方便,干脆做成了一个JS文件,DIV通过document.body.insertBefore来插入.代码如下: //自动消失的消息显示框 function MyMsgDiv() { this.msgDiv = null; this.msgStyle = "FONT-SIZE:12px;LEFT:expression(this.offsetP...
阅读全文
posted @
2006-05-19 17:30
Amnoh
阅读(1212)
推荐(0)