在
<head> 与 </head> 之间加入: <style type="text/css"> a
{ color: #FFFFFF; text-decoration: none} a:hover { color: #FFFF33; text-decoration:
underline} </style> 在 <body> 与 </body>
之间加入: <STYLE type=text/css> .box { BACKGROUND:#000000;
color:#FFFFFF; FONT: 12pt "宋体"; POSITION: absolute } </STYLE>
<script language=JavaScript> document.onclick = popUp function
popUp() { newX = window.event.x + document.body.scrollLeft newY = window.event.y
+ document.body.scrollTop menu = document.all.itemopen if ( menu.style.display
== ""){ menu.style.display = "none" } else { menu.style.display
= ""} menu.style.pixelLeft = newX - 50 menu.style.pixelTop =
newY - 50} </script> <table class=box id=itemopen style="DISPLAY:
none"> <tbody> <tr> <td><a href="http://5dcity.yeah.net">一迪网络</a></td></tr>
</tbody> </table> |