<html>
 <head>
  <title>Tests</title>
  <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  <META HTTP-EQUIV="imagetoolbar" CONTENT="no">
   <script language="javascript">
<!--function MouseoverIcon()
{
    OpenPop();
}
   
// 弹出气泡窗口
function OpenPop(Text)
{
 PopHead.style.left = event.x;
 PopHead.style.top = event.y;
 PopHead.style.display = "block";
 PopWindowText.innerHTML = Text;
 PopWindow.style.left = event.x;
 PopWindow.style.top = event.y+23;
 PopWindow.style.display = "block";
}// 关闭气泡窗口
function ClosePop()
{
 PopWindow.style.display='none';
 PopHead.style.display='none';
 PopHead.style.left = 2000;
 PopHead.style.top = 2000;
 PopWindow.style.left = 2000;
 PopWindow.style.top = 2000;
}
-->
   </script>
 </head>
 <body bgcolor=red>
 <div  style="position: absolute; z-index: 1000; left: 200px; top: 600px">
<img border="0" onclick="javascript:MouseoverIcon();return false;" src="Images/er.gif" style="cursor: hand"></div>
  <div  id="PopWindow" style="Z-INDEX: 900; POSITION: absolute; display:none"><table border="0" id="table1" cellspacing="0" cellpadding="0">
    <tr>
     <td width="1" height="2"><img border="0" src="Images/lt.Gif" width="26" height="26"></td>
     <td background="Images/mt.Gif" width="51" height="2">
     </td>
     <td height="2"><img border="0" src="Images/rt.Gif" width="26" height="26" onclick="Javascript:ClosePop();return false;" style="cursor: hand"></td>
    </tr>
    <tr>
     <td background="Images/lm.Gif" height="62" width="1"></td>
     <td id="PopWindowText" bgcolor="#ffffff" height="62" width="51"></td>
     <td background="Images/rm.Gif" height="62"></td>
    </tr>
    <tr>
     <td width="1"><img border="0" src="Images/lb.Gif" width="26" height="26" id="IMG1"></td>
     <td background="Images/mb.Gif" width="51">
     </td>
     <td><img border="0" src="Images/rb.Gif" width="26" height="26"></td>
    </tr>
   </table>
  </div>
  <img id="PopHead" border="0" src="Images/Head.Gif" width="88" height="24" style="Z-INDEX: 901; POSITION: absolute; display:none" >
 </body>
</html> 大家都知道,像google和百度一样里面都有个很炫的气泡提示框.我也想做一个,这个只是一部分的程序.希望知道多一点的朋友帮帮我,也可以互相探讨一下啊.如何才能真正的做到像google和百度一样炫呢?