Is there a way to apply a Class\' style to only ONE level of td tags?
7条回答 孤街浪徒 (楼主) 2020-12-13 03:46 This style: table tr td { border: 1px solid red; } td table tr td { border: none; } gives me: this http://img12.imageshack.us/img12/4477/borders.png However, using a class is probably the right approach here. 0 讨论(0) 查看其它7个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
This style:
table tr td { border: 1px solid red; } td table tr td { border: none; }
gives me:
this http://img12.imageshack.us/img12/4477/borders.png
However, using a class is probably the right approach here.