,我需要做到這一點第n個孩子,我有一個CSS問題之前
article div#comments-wrapper ul.sub-comment:before {
width:1px;
height:67px;
background-color:#e4e4e4;
position:absolute;
margin-left:-595px;
margin-top:-36px;
content:'';
}
article div#comments-wrapper ul.sub-comment:nth-child(1):before {
height:37px;
margin-top:-6px;
}
,但我不能把兩個僞元素那樣,我已經測試過它(不工作), 也嘗試了一些其他方法,但沒有設法弄清楚。
我敢肯定的作品。你到底面臨什麼問題? – BoltClock 2012-03-23 21:47:50
這是有效的,但是當前的實現可能無法正確解釋它。 – jwueller 2012-03-23 21:49:21
以下作品:http://jsfiddle.net/9KkeK/。所以你的問題在別處。 – 2012-03-23 21:50:42