表格的cellspacing属性在css中如何使用呢? 以下是html网页特效代码,点击运行按钮可查看效果: 以下是程序代码 以下是程序代码 <style> #mytable{any:expression(this.cellSpacing=10);background:#006699;} #mytable td{background:#cccccc;width:200px;} </style> <table id=”mytable”> <tr> <td> </td><td> </td> </tr> <tr> <td> </td><td> </td> </tr> </table></font> <a href=”http://js.alixixi.com/”>欢迎访问阿里西西网页特效代码站,js.alixixi.com</a>[/code] [Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]