Is there a way to apply a Class\' style to only ONE level of td tags?
7条回答 一个人的身影 (楼主) 2020-12-13 03:33 I wanted to set the width of the first column of the table, and I found this worked (in FF7) - the first column is 50px wide: #MyTable>thead>tr>th:first-child { width:50px;} where my markup was Col1 Col2 ... 0 讨论(0) 查看其它7个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
I wanted to set the width of the first column of the table, and I found this worked (in FF7) - the first column is 50px wide:
#MyTable>thead>tr>th:first-child { width:50px;}
where my markup was
Col1 Col2 ...