“Zdobądź element z HREF CSS” Kod odpowiedzi

Zdobądź element z HREF CSS

a[href$='.pdf'] { /*css*/ }
Disgusted Dingo

Zdobądź element z HREF CSS

E[foo]        an E element with a "foo" attribute (CSS 2)
E[foo="bar"]  an E element whose "foo" attribute value is exactly equal to "bar" (CSS 2)
E[foo~="bar"] an E element whose "foo" attribute value is a list of whitespace-separated values, one of which is exactly equal to "bar" (CSS 2)
E[foo^="bar"] an E element whose "foo" attribute value begins exactly with the string "bar" (CSS 3)
E[foo$="bar"] an E element whose "foo" attribute value ends exactly with the string "bar" (CSS 3)
E[foo*="bar"] an E element whose "foo" attribute value contains the substring "bar" (CSS 3)
E[foo|="en"]  an E element whose "foo" attribute has a hyphen-separated list of values beginning (from the left) with "en" (CSS 2)
Disgusted Dingo

Odpowiedzi podobne do “Zdobądź element z HREF CSS”

Pytania podobne do “Zdobądź element z HREF CSS”

Więcej pokrewnych odpowiedzi na “Zdobądź element z HREF CSS” w CSS

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu