哪位高手如果会的话,可不可以把代码发给我,或者做个例子然后发给我,小弟感激不尽,
我的QQ:350806261
<style> { font-family: Verdana, Arial, sans-serif; } .pop { visibility:hidden } .go { visibility:visible } A:Hover { color:red; text-decoration:underline } A { color:blue; text-decoration:none } Body { background-color:#ffffff; color:red } </style> <script language="javascript"> function showObject() { document.all.div1.className = 'go'; } function hideObject() { document.all.div1.className = 'pop'; } function showObject2() { document.all.div2.className = 'go'; } function hideObject2() { document.all.div2.className = 'pop'; } function showObject3() { document.all.div3.className = 'go'; } function hideObject3() { document.all.div3.className = 'pop'; } </script>
<body>
<div align="center"><center>
<table> <tr> <td><div style="background-color:#ffa500; width:140" onmouseover="showObject()" onmouseout="hideObject()"><a href="#" onmouseover="showObject()" onmouseout="hideObject()"><p>首页链接</a> </p> </div><div id="div1" onmouseover="showObject()" onmouseout="hideObject()" class="pop" style="background-color:white; width:140"><p><a href="http://liwenkang.126.com" onmouseover="showObject()" onmouseout="hideObject()">游者之风</a><br> <a href="http://www.dginfo.net" onmouseover="showObject()" onmouseout="hideObject()">东莞信息网</a><br> <a href="http://fanlinkof.yeah.net" onmouseover="showObject()" onmouseout="hideObject()">超级格斗迷</a><br> <a target="_blank" href="mailtliwenkang@cmmail.com">给我伊妹儿</a></p> </div></td> <td><div style="background-color:#ffa500; width:140" onmouseover="showObject2()" onmouseout="hideObject2()"><a href="#" onmouseover="showObject2()" onmouseout="hideObject2()"><p>推介网站</a> </p> </div><div id="div2" onmouseover="showObject2()" onmouseout="hideObject2()" class="pop" style="background-color:white; width:140"><p><a href="http://isoft.i.com.cn" onmouseover="showObject2()" onmouseout="hideObject2()">i软件</a><br> <a href="http://go.163.com" onmouseover="showObject2()" onmouseout="hideObject2()">网易</a><br> <font color="black">任意<br> </font>增加 </p> </div></td> <td><div style="background-color:#ffa500; width:140" onmouseover="showObject3()" onmouseout="hideObject3()"><a href="#" onmouseover="showObject3()" onmouseout="hideObject3()"><p>友情链接</a> </p> </div><div id="div3" onmouseover="showObject3()" onmouseout="hideObject3()" class="pop" style="background-color:white; width:140"><p><a href="http://softcn.126.com" onmouseover="showObject3()" onmouseout="hideObject3()">软件时空</a><br> <a href="http://78516.126.com" onmouseover="showObject3()" onmouseout="hideObject3()">免费之星</a><br> <font color="black">任意<br> </font>增加 </p> </div></td> </tr> </table> </center></div> 这个是我用<特效公主>生成的 建议你自己去下一个