兼容FF/IE跟随鼠标的层的效果
#level{ border: 1px solid #ccc; background: #CCFFCC; width:100px;height:30px; position:absolute; } function addEvent(elm, evType, fn, useCapture) { if (elm.addEventListener){ elm.addEventListener(evType, fn, useCapture); re...