Notice: Undefined variable: bid in /home/wwwroot/cczh004/wwwroot/public/class.php on line 3
搜索列表
-
CSS也能控制表格的交替颜色
【CSS/HTML】复制代码 代码如下:<style type="text/css"> <!-- tr {background-color:expression((this.sectionRowIndex%2==0)?"red":"blue")} --> </style> </HEAD> <table> <tr><td>第1行</td>&l...
CSS也能控制表格的交替颜色