JS,移动到文字上显示一个div层,然后鼠标可以移到这个div层,当鼠标不在div层时,div层会自动隐藏

[复制链接]
查看11 | 回复2 | 2011-11-7 14:37:43 | 显示全部楼层 |阅读模式
文字
div层var div1=document.getElementsByTagName('div')[0];var span1=document.getElementsByTagName('span')[0];div1.style.cssText='display:none;width:100px;height:80px;border:#cccccc 1px solid;line-height:80px;text-align:center;background-color:#eeeeee;';span1.onmousemove=function()...
回复

使用道具 举报

千问 | 2011-11-7 14:37:43 | 显示全部楼层
function $(id){
var obj= document.getElementById(id);
return obj;}
function showobj(id){
var obj=$(id);...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行