Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Query cycle pager selectors Re: Query cycle pager selectors

#71408
d-_-b
Member
Code:
slideshow > img:nth-child(1) {}
slideshow > img:nth-child(2) {}
slideshow > img:nth-child(3) {}
Code:
$(“slideshow > img:nth-child(1)”)

probably you need to use it with jQuery, because not all browsers supports this css3-selector yet.