View Single Post
12-13-2012, 03:31 PM
#1
Dan is offline Dan
Dan's Avatar
Status: Request a custom title
Join date: Feb 2005
Location:
Expertise:
Software:
 
Posts: 3,164
iTrader: 15 / 86%
 

Dan is an unknown quantity at this point

  Old  Can I achieve the following with 1 line? nth-of-type

HTML Code:
li:nth-of-type(1),
li:nth-of-type(6),
li:nth-of-type(11),
li:nth-of-type(16) {}
Start at 1 then every 5th.

Reply With Quote