Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to some of the list and show some in css

ul li:nth-of-type(1n+4) {display: none;} /* should match your case */
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #list #show #css
ADD COMMENT
Topic
Name
3+9 =