请问在网页中如何实现以下效果?

来源:百度知道 编辑:UC知道 时间:2024/05/09 05:24:30
http://search.btchina.net/search.php?query=%B9%E3%B6%AB&type=0

打开此页面后,在偏下位置的表格里,鼠标放在“名称”栏里会弹出简介页面,哪位知道这个效果是怎么做出来?

<HTML>
<HEAD>
<title>一种很酷的文字提示效果演示</title><style>
.tableBorder7{width:800;solid; background-color: #000000;}
TD{font-family: 宋体;font-size: 12px;line-height : 15px ;}
th{background-color: #f7f7f7;color: #000000;font-size: 12px;font-weight:bold;}
th.th1{background-color: #333333;}
td.TableBody7{background-color: #B1EA45;}
</style>
<script language="JavaScript">
//more javascript from <a href="http://www.techren.cn" target="_blank">http://www.techren.cn</a>
<!--
var pltsPop=null;
var pltsoffsetX = 10; // 弹出窗口位于鼠标左侧或者右侧的距离;3-12 合适
var pltsoffsetY = 15; // 弹出窗口位于鼠标下方的距离;3-12 合适
var pltsPopbg="#FFFFEE"; //背景色
var pltsPopfg="#111111"; //前景色