DIV+CSS弹出提示框脚本,效果如下:
JS代码如下
Code
/*
使用方法:
直接调用showhint()方法即可,showhint()方法中参数说明:obj为要显示提示信息的控件对象,info为提示内容
例:
onmouseover="showhint(this,'这是地球人都知道的东西,没什么好提示的。')"
onmouseout="hidehintinfo()"
*/
document.write("");
function showhint(obj,info)
{
var top=obj.offsetTop;
var showtype="up";
var topimg="/ControlsTest/images/hint/hintuptop.gif";
var bottomimg="/ControlsTest/images/hint/hintupbottom.gif";
var hintimg="/ControlsTest/images/hint/ydot.png";
if(top {
showtype="down";
topimg="/ControlsTest/images/hint/hintdowntop.gif";
bottomimg="/ControlsTest/images/hint/hintdownbottom.gif";
}
showhintinfo(obj,0,0,'提示',info,0,showtype,topimg,bottomimg,hintimg);
}
function showhintinfo(obj, objleftoffset,objtopoffset, title, info , objheight, showtype ,topimg,bottomimg,hintimg)
{
var p = getposition(obj);
if((showtype==null)||(showtype ==""))
{
showtype =="up";
}
//以下是自己修改
var html="
//以上是自己修改
// document.getElementById('hintiframe'+showtype).style.height= objheight + "px";
// var frame;
// frame=document.getElementById('hintiframe'+showtype).style.height;
// document.getElementById('hintinfo'+showtype).innerHTML = info;
// document.getElementById('hintdiv'+showtype).style.display='block';
document.getElementById('hintdiv').style.display='block';
if(objtopoffset == 0)
{
document.getElementById("hintdiv").innerHTML=html;
if(showtype=="up")
{
document.getElementById('hintiframe').style.height= objheight + "px";
document.getElementById('hintdiv').style.top=(p['y']-document.getElementById('hintinfo'+showtype).offsetHeight-43)+"px";
}
else
{
document.getElementById('hintiframe').style.height= objheight + "px";
document.getElementById('hintdiv').style.top=p['y']+obj.offsetHeight+3+"px";
}
}
else
{
document.getElementById('hintdiv').style.top=p['y']+objtopoffset+"px";
}
document.getElementById('hintdiv').style.left=p['x']+objleftoffset+"px";
}
function hidehintinfo()
{
document.getElementById('hintdiv').style.display='none';
// document.getElementById('hintdivdown').style.display='none';
}
function getposition(obj)
{
var r = new Array();
r['x'] = obj.offsetLeft;
r['y'] = obj.offsetTop;
while(obj = obj.offsetParent)
{
r['x'] += obj.offsetLeft;
r['y'] += obj.offsetTop;
}
return r;
}
Code
/*
使用方法:
直接调用showhint()方法即可,showhint()方法中参数说明:obj为要显示提示信息的控件对象,info为提示内容
例:
onmouseover="showhint(this,'这是地球人都知道的东西,没什么好提示的。')"
onmouseout="hidehintinfo()"
*/
document.write("");
function showhint(obj,info)
{
var top=obj.offsetTop;
var showtype="up";
var topimg="/ControlsTest/images/hint/hintuptop.gif";
var bottomimg="/ControlsTest/images/hint/hintupbottom.gif";
var hintimg="/ControlsTest/images/hint/ydot.png";
if(top {
showtype="down";
topimg="/ControlsTest/images/hint/hintdowntop.gif";
bottomimg="/ControlsTest/images/hint/hintdownbottom.gif";
}
showhintinfo(obj,0,0,'提示',info,0,showtype,topimg,bottomimg,hintimg);
}
function showhintinfo(obj, objleftoffset,objtopoffset, title, info , objheight, showtype ,topimg,bottomimg,hintimg)
{
var p = getposition(obj);
if((showtype==null)||(showtype ==""))
{
showtype =="up";
}
//以下是自己修改
var html="
//以上是自己修改
// document.getElementById('hintiframe'+showtype).style.height= objheight + "px";
// var frame;
// frame=document.getElementById('hintiframe'+showtype).style.height;
// document.getElementById('hintinfo'+showtype).innerHTML = info;
// document.getElementById('hintdiv'+showtype).style.display='block';
document.getElementById('hintdiv').style.display='block';
if(objtopoffset == 0)
{
document.getElementById("hintdiv").innerHTML=html;
if(showtype=="up")
{
document.getElementById('hintiframe').style.height= objheight + "px";
document.getElementById('hintdiv').style.top=(p['y']-document.getElementById('hintinfo'+showtype).offsetHeight-43)+"px";
}
else
{
document.getElementById('hintiframe').style.height= objheight + "px";
document.getElementById('hintdiv').style.top=p['y']+obj.offsetHeight+3+"px";
}
}
else
{
document.getElementById('hintdiv').style.top=p['y']+objtopoffset+"px";
}
document.getElementById('hintdiv').style.left=p['x']+objleftoffset+"px";
}
function hidehintinfo()
{
document.getElementById('hintdiv').style.display='none';
// document.getElementById('hintdivdown').style.display='none';
}
function getposition(obj)
{
var r = new Array();
r['x'] = obj.offsetLeft;
r['y'] = obj.offsetTop;
while(obj = obj.offsetParent)
{
r['x'] += obj.offsetLeft;
r['y'] += obj.offsetTop;
}
return r;
}

本文讨论了HTML< Progress>元素,其目的,样式和与< meter>元素。主要重点是使用< progress>为了完成任务和LT;仪表>对于stati

本文讨论了html< datalist>元素,通过提供自动完整建议,改善用户体验并减少错误来增强表格。Character计数:159

本文讨论了HTML< meter>元素,用于在一个范围内显示标量或分数值及其在Web开发中的常见应用。它区分了< meter>从< progress>和前

本文讨论了视口元标签,这对于移动设备上的响应式Web设计至关重要。它解释了如何正确使用确保最佳的内容缩放和用户交互,而滥用可能会导致设计和可访问性问题。

本文解释了HTML5< time>语义日期/时间表示的元素。 它强调了DateTime属性对机器可读性(ISO 8601格式)的重要性,并在人类可读文本旁边,增强Accessibilit

本文讨论了使用HTML5表单验证属性,例如必需的,图案,最小,最大和长度限制,以直接在浏览器中验证用户输入。

本文讨论了< iframe>将外部内容嵌入网页,其常见用途,安全风险以及诸如对象标签和API等替代方案的目的。


热AI工具

Undresser.AI Undress
人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover
用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool
免费脱衣服图片

Clothoff.io
AI脱衣机

AI Hentai Generator
免费生成ai无尽的。

热门文章

热工具

SublimeText3汉化版
中文版,非常好用

DVWA
Damn Vulnerable Web App (DVWA) 是一个PHP/MySQL的Web应用程序,非常容易受到攻击。它的主要目标是成为安全专业人员在合法环境中测试自己的技能和工具的辅助工具,帮助Web开发人员更好地理解保护Web应用程序的过程,并帮助教师/学生在课堂环境中教授/学习Web应用程序安全。DVWA的目标是通过简单直接的界面练习一些最常见的Web漏洞,难度各不相同。请注意,该软件中

VSCode Windows 64位 下载
微软推出的免费、功能强大的一款IDE编辑器

SublimeText3 英文版
推荐:为Win版本,支持代码提示!

适用于 Eclipse 的 SAP NetWeaver 服务器适配器
将Eclipse与SAP NetWeaver应用服务器集成。