数据加载中……
跟随鼠标移动的层,用于显示某些由于标题太长的内容
function remove(){
   document.body.removeChild(document.getElementById("showDive"));
  }
  
  function insert(hid,showid){
  
   var elment=document.getElementById(showid);
   var elmentid=document.getElementById(hid).value;
   if(document.getElementById("showDive")!=null){
    remove();
   }
   var div=window.document.createElement("div");
         div.innerHTML = "<font color='red'>"+elmentid+"</font>";
         div.setAttribute("id","showDive");
   div.className ="css2";
   div.style.height="100px";
         div.style.height = "30px";
         div.style.top=document.body.scrollLeft+event.clientY;
   div.style.left=document.body.scrollLeft+event.clientX;
         window.document.body.appendChild(div); 
  }

posted on 2007-09-12 22:23 flyleer 阅读(422) 评论(0)  编辑  收藏


只有注册用户登录后才能发表评论。


网站导航: