回覆列表
  • 1 # 使用者2458317293922

    css3不是html5的,兩個不同。

    屬性選擇器就是屬性選擇器,沒有什麼幾個,你是問屬性新增了幾個吧?

    下面的是css3新增的選擇器:

    element1~element2 p~ul 選擇前面有

    元素的每個 元素。 3

    [attribute^=value] a[src^="https"] 選擇其 src 屬性值以 "https" 開頭的每個

    元素。 3

    [attribute$=value] a[src$=".pdf"] 選擇其 src 屬性以 ".pdf" 結尾的所有

    元素。 3

    [attribute*=value] a[src*="abc"] 選擇其 src 屬性中包含 "abc" 子串的每個

    元素。 3

    :first-of-type p:first-of-type 選擇屬於其父元素的首個

    元素的每個

    元素。 3

    :last-of-type p:last-of-type 選擇屬於其父元素的最後

    元素的每個

    元素。 3

    :only-of-type p:only-of-type 選擇屬於其父元素唯一的

    元素的每個

    元素。 3

    :only-child p:only-child 選擇屬於其父元素的唯一子元素的每個

    元素。 3

    :nth-child(n) p:nth-child(2) 選擇屬於其父元素的第二個子元素的每個

    元素。 3

    :nth-last-child(n) p:nth-last-child(2) 同上,從最後一個子元素開始計數。 3

    :nth-of-type(n) p:nth-of-type(2) 選擇屬於其父元素第二個

    元素的每個

    元素。 3

    :nth-last-of-type(n) p:nth-last-of-type(2) 同上,但是從最後一個子元素開始計數。 3

    :last-child p:last-child 選擇屬於其父元素最後一個子元素每個

    元素。 3

    :root :root 選擇文件的根元素。 3

    :empty p:empty 選擇沒有子元素的每個

    元素(包括文字節點)。 3

    :target #news:target 選擇當前活動的 #news 元素。 3

    :enabled input:enabled 選擇每個啟用的 元素。 3

    :disabled input:disabled 選擇每個禁用的 元素 3

    :checked input:checked 選擇每個被選中的 元素。 3

    :not(selector) :not(p) 選擇非

    元素的每個元素。 3

    ::selection ::selection 選擇被使用者選取的元素部分。 3

    新增的屬性的話,太多了,自己看:http://w3school.com.cn/cssref/index.asp

  • 中秋節和大豐收的關聯?
  • 畢業論文答辯的PPT應該包含哪些內容?