87,992
社区成员




<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META NAME="Description" CONTENT="">
</HEAD>
<style type="text/css">
<!--
.a{
line-height:18px;
font-size:12px;
background:#ffffff;
filter: Alpha(opacity=85);
width:200px;
height:205px;
position:absolute;
border-right:1px solid #0066FF;
border-bottom:1px solid #0066FF;
border-top:1px solid #0066FF;
border-left:1px solid #0066FF;
}
.a1
{ height:180px;
padding:10px;}
.a2
{ background:#0066FF;
height:25px;}
-->
</style>
<script>
var oo=true
function create(obj){
if(oo==true)
{var div1 =document.createElement("div")
div1.className="a"
div1.id="cantion"
document.body.appendChild(div1)
var div2 =document.createElement("div")
div2.className="a1"
div2.innerHTML=obj
div1.appendChild(div2)
var div3 =document.createElement("div")
div3.className="a2"
div1.appendChild(div3)
oo=false}
document.getElementById("cantion").style.left=event.clientX+8
document.getElementById("cantion").style.top=event.clientY+18
}
function display(){
if(document.getElementById("cantion")!=null)
{
oo=true
document.body.removeChild(document.getElementById("cantion"))
}
} //不知道为什么函数名不能取clear
</script>
<body>
<img style="cursor:hand;" id="e" src="http://mat1.qq.com/ent/upday2008/06184.jpg" width="328" height="240" border="0" onMouseMove="create('本代码由CSDN wtcsy提供')" onmouseout="display()"/>
</body>
</HTML>
<style type="text/css">
<!--
.a{
line-height:18px;
font-size:12px;
background:#ffffff;
filter: Alpha(opacity=85);
width:200px;
height:205px;
position:absolute;
border-right:1px solid #0066FF;
border-bottom:1px solid #0066FF;
border-top:1px solid #0066FF;
border-left:1px solid #0066FF;
}
.a1
{ height:180px;
padding:10px;}
.a2
{ background:#0066FF;
height:25px;}
-->
</style>
<script>
var oo=true
function create(){
if(oo==true)
{var div1 =document.createElement("div")
div1.className="a"
div1.id="cantion"
document.body.appendChild(div1)
var div2 =document.createElement("div")
div2.className="a1"
div2.innerHTML="XXXXXXXXXXXXXXXX<br>OOOOOOOOOOOOOO<br>XXOOXOXOXOXOXOXO"
div1.appendChild(div2)
var div3 =document.createElement("div")
div3.className="a2"
div1.appendChild(div3)
oo=false}
document.getElementById("cantion").style.left=event.clientX+8
document.getElementById("cantion").style.top=event.clientY+18
}
function display(){
oo=true
document.body.removeChild(document.getElementById("cantion"))
} //不知道为什么函数名不能取clear
</script>
<body>
<img style="cursor:hand;" id="e" src="http://mat1.qq.com/ent/upday2008/06184.jpg" width="328" height="240" border="0" onMouseMove="create()" onmouseout="display()"/>
</body>