设为首页 加入收藏

TOP

四种提示框代码
2011-05-31 16:09:14 来源: 作者: 【 】 浏览:548次 评论:0
<head>
<title>图像效果演示</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script>
/*
舜子制作
Made by PuterJam
*/
//--初始化变量--
var rT=true;//允许图像过渡
var bT=true;//允许图像淡入淡出
var tw=150;//提示框宽度
var endaction=false;//结束动画
var ns4 = document.layers;
var ns6 = document.getElementById && !document.all;
var ie4 = document.all;
offsetX = 0;
offsetY = 20;
var toolTipSTYLE="";
function initToolTips()
{
  if(ns4||ns6||ie4)
  {
      if(ns4) toolTipSTYLE = document.toolTipLayer;
      else if(ns6) toolTipSTYLE = document.getElementById("toolTipLayer").style;
      else if(ie4) toolTipSTYLE = document.all.toolTipLayer.style;
      if(ns4) document.captureEvents(Event.MOUSEMOVE);
      else
      {
      toolTipSTYLE.visibility = "visible";
      toolTipSTYLE.display = "none";
      }
      document.onmousemove = moveToMouseLoc;
  }
}
function toolTip(msg, fg, bg)
{
  if(toolTip.arguments.length < 1) // hide
  {
      if(ns4)
      {
      toolTipSTYLE.visibility = "hidden";
      }
      else
      {
      //--图象过渡,淡出处理--
      if (!endaction) {toolTipSTYLE.display = "none";}
      if (rT) document.all("msg1").filters[1].Apply();
      if (bT) document.all("msg1").filters[2].Apply();
您看到此篇文章时的感受是:
Tags: 责任编辑:administrator
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到QQ空间
分享到: 
上一篇php和js交互一例 下一篇PHP操作文件问答

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容:

相关栏目

最新文章

图片主题

热门文章

推荐文章

相关文章

广告位