<html> <head> <title>链接改变背景色-www.update8.com</title> <style type="text/css"> <!-- A {COLOR: 000000; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: none } --> </style> <script> <!-- function cbgcolor(color){ //改变背景色 document.bgColor=color //通过设定bgcolor属性来改变背景色为指定地颜色。 } //--> </script> </head> <body> <table border="1" width="100%" height="278"> <tr> <td width="50%" align="center" height="139"> <a href=#" onMouseOver="cbgcolor('#ff0000')"><b>新浪sina(链接色:红色)</b></a> </td> <td width="50%" align="center" height="139"> <a href=#" onMouseOver="cbgcolor('#ff8080')"><b>网易163(链接色:粉红)</b></a> </td> </tr> <tr> <td width="50%" align="center" height="139"> <a href=#" onMouseOver="cbgcolor('#ff8040')"><b>首都在线263(链接色:金黄)</b></a> </td> <td width="50%" align="center" height="139"> <a href=#" onMouseOver="cbgcolor('#0080ff')"><b>搜狐soho(链接色:浅蓝)</b></a> </td> </tr> </table> </body> </html> (www.update8.com)提示:可修改后代码再运行!