中文(简体)
<!-- 完整的 HTML 文件如下: --> <html><head> <style type="text/css"> <!-- .text { font-family: "Arial", "Helvetica", "sans -衬线”;字体大小:12pt;颜色:#ff0000 } a:hover { font-family: "Arial", "Helvetica", "sans-serif";字体大小:12pt;颜色:#000000 ;文字装饰:无 } .normal {背景颜色:#ccccc; } .over {背景颜色:#cccccc;顶部边框:1px #ffffff 实心;左边框:1px #ffffff 实心;右边框:1px #999999 实心;边框底部:1px #999999 固体} .down {背景颜色:#cccccc;顶部边框:1px #999999 实心;左边框:1px #ffffff 实心;右边框:1px #ffffff 实心; border-bottom: 1px #ffffff Solid } .link {text-decoration: none;颜色:#000000; font-family: 宋体} --> </style> </head> <body bgcolor="#cccccc" text="#000000"> <table width="80" border="0" cellpadding="0" cellspacing ="0" height="30"> <tr> <td class=正常 onmouseover='this.className="over"' onmousedown='this.className="down"' onmouseup='this.className="over" ' onmouseout='this.className="normal"' > <divalign="center" > <a style="cursor: default" href="http://www.downcodes.com" target="_blank">测试按钮</a> </div> </td> </tr> </table> </body> </html>