模似html元素tilte提示


<html>
<head>
<title>div模拟title</title>
</head>
<body>
<script>
document.write('<div id=pltsTipLayer style="display: none;position: absolute;z-index:10001"></div>');
function pltsinits()
{
document.onmouseover = plts;
document.onmousemove = moveToMouseLoc;
}
function plts()
{
var o=event.srcElement;
if(o.alt!=null && o.alt!=""){o.dypop=o.alt;o.alt=""};
if(o.title!=null && o.title!=""){o.dypop=o.title;o.title=""};
var pltsPop=o.dypop;
if(pltsPop!=null&&pltsPop!=""&typeof(pltsPop)!="undefined")
{
pltsTipLayer.style.left=-1000;
pltsTipLayer.style.display='';
var Msg=pltsPop.replace(/\n/g,"<br>");
MsgMsg=Msg.replace(/\0x13/g,"<br>");
var re=/\{(.[^\{]*)\}/ig;
MsgMsg=Msg.replace(re,"");
MsgMsg=Msg.replace("<br>","");
var content ='<table style="FILTER:alpha(opacity=90) shadow(color=#bbbbbb,direction=135);" id=toolTipTalbe ><tr><td width="100%"><table cellspacing="1" cellpadding="0" style="width:100%;solid; "><tr><td style="padding-left:14px;padding-right:14px;padding-top: 6px;padding-bottom:6px;line-height:135%;background-color: #FFFFE1;font-size:12px;">'+Msg+'</td></tr></table></td></tr></table>';
pltsTipLayer.innerHTML=content;
toolTipTalbe.style.width=Math.min(pltsTipLayer.clientWidth,document.body.clientWidth/2.2);
moveToMouseLoc();
return true;
}else{
pltsTipLayer.innerHTML='';
pltsTipLayer.style.display='none';
return true;
}
}

function moveToMouseLoc()
{
var pltsoffsetX = 5; // 弹出窗口位于鼠标左侧或者右侧的距离;3-12 合适
var pltsoffsetY = 5; // 弹出窗口位于鼠标下方的距离;3-12 合适
var popLeftAdjust =0;
var popLeftAdjust =0;
if(pltsTipLayer.innerHTML=='')return true;
var MouseX=event.x;
var MouseY=event.y;
//window.status=event.y;
var popHeight=pltsTipLayer.clientHeight;
var popWidth=pltsTipLayer.clientWidth;
if(MouseY+pltsoffsetY+popHeight>document.body.clientHeight){
popTopAdjust=-popHeight-pltsoffsetY*1.5;
}else{
popTopAdjust=0;
}
if(MouseX+pltsoffsetX+popWidth>document.body.clientWidth){
popLeftAdjust=-popWidth-pltsoffsetX*2;
}else{
popLeftAdjust=0;
}
if(MouseX+pltsoffsetX+document.body.scrollLeft+popLeftAdjust<0){
pltsTipLayer.style.left=document.body.scrollLeft;
} else{
pltsTipLayer.style.left=MouseX+pltsoffsetX+document.body.scrollLeft+popLeftAdjust;
}
if(MouseY+pltsoffsetY+document.body.scrollTop+popTopAdjust<0){
pltsTipLayer.style.top=document.body.scrollTop;
}else{
pltsTipLayer.style.top=MouseY+pltsoffsetY+document.body.scrollTop+popTopAdjust;
}
return true;
}
pltsinits();
</script>
<a href="#" title="活动简介

在这里,写下你们的生日,谁是那个与你同年同月同日生的有缘人呢?一起等待,一起去下面的活动讨论里去寻找 ……

有缘的人们,设置头像完备资料,踊跃地互相关注起来吧~">我爱我家</a>
<a title="cccccccccccccccc">qweqw</a>
</body></html>
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值