css新增僞類

css3新增僞類css

:first-of-type p:first-of-type 選擇屬於其父元素 <p> 元素 <p> 元素
:last-of-type p:last-of-type 選擇屬於其父元素 <p> 元素 <p> 元素
:only-of-type p:only-of-type 選擇屬於其父元素惟 <p> 元素 <p> 元素
:only-child p:only-child 選擇屬於其父元素元素 <p> 元素
:nth-child(n) p:nth-child(2) 選擇屬於其父元素第二元素 <p> 元素
:nth-last-child(n) p:nth-last-child(2) 同元素始計數
:nth-of-type(n) p:nth-of-type(2) 選擇屬於其父元素第二 <p> 元素 <p> 元素
:nth-last-of-type(n) p:nth-last-of-type(2) 同元素始計數
:last-child p:last-child 選擇屬於其父元素元素每 <p> 元素
:root :root 選擇文檔根元素
:empty p:empty 選擇沒元素 <p> 元素(包括文本節點)
:target #news:target 選擇 #news 元素
:enabled input:enabled 選擇每啓用 <input> 元素
:disabled input:disabled 選擇每禁用 <input> 元素
:checked input:checked 選擇每 <input> 元素
:not(selector) :not(p) 選擇非 <p> 元素元素
::selection ::selection 選擇用戶選取元素部css3

相關文章
相關標籤/搜索