Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
看看我的小提琴:
http://jsfiddle.net/DmcEB/46/
如您所见,这有点不稳定。我希望它看起来更像这样:
任何帮助将非常感激。
以防万一它确实如此简单:
见:http: //jsfiddle.net/DmcEB/49/
从此更改您的选择器:
.geniusPicks tr>td
对此:
.geniusPicks tr > td:first-child
这将只选择td每个tr. 你已经切掉了不相关td的 s。
td
tr