groups

name language licence
Adding a Mini-Loop PHP Other
Untitled Snippet PHP Other
translations of CSS3 selectors for SocialMe PHP Other
Template Tags/wp list bookmarks PHP Other
Unique Category template PHP Other
Display Google Ad after the first post PHP Other
Custom Fields PHP Other
Dynamic Content Dynamic Content PHP Other

< 1 2 3 >



language: PHP
licence: Other

translations of CSS3 selectors for SocialMe

options: view full snippetsend to code collector
Selector 1: body
Selects any body element.
Selector 2: *#main
Selects any element with an id attribute that equals main.
Selector 3: *#content
Selects any element with an id attribute that equals content.
Selector 4: *.box
Selects any element with a class attribute that contains the word box.
Selector 5: *.box2
Selects any element with a class attribute that contains the word box2.
Selector 6: *.box3
Selects any element with a class attribute that contains the word box3.
Selector 7: img
Selects any img element.
Selector 8: *.thick
	
(Continues...)