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.
私は次の JSFiddle を持っています: JSFiddle
次の CSS を使用します。
.showlangs tr:even { background-color: #DFFAFF; }
しかし、偶数行には背景色が表示されていません。私が間違っていることについて何か考えはありますか?
代わりに
.showlangs tr:nth-child(even) { background-color: #DFFAFF; }
http://jsfiddle.net/KqFsy/1/