读书人

css如若选择lt;table class=quot;aaaquot;gt;的第一

发布时间: 2012-08-11 20:50:31 作者: rapoo

css如果选择<table class="aaa">的第一行的第一个th
css如果选择<table class="aaa">的第一行的第一个th

[解决办法]
.aaa th:first-child
[解决办法]
.aaa table>th
[解决办法]
CSS 相邻选择符 和first-child 很多浏览器不支持的
[解决办法]
设定class 然后选择!相邻选择符IE支持不好的!
[解决办法]

探讨
CSS 相邻选择符 和first-child 很多浏览器不支持的

读书人网 >CSS

热点推荐