I'm trying to select every third visible child of an ul. I tried to use :visible but don't get it to work. Is there another way of selecting elements with display:list-item? I figured :visible is only looking at display:block?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
If you're using You'll first need to select the visible ones, then do a Example: http://jsfiddle.net/YNV3J/
EDIT: Original answer was using |
||||
|
|
displayis set tonone, everything else is considered to be visible. – Anriëtte Myburgh Feb 15 '11 at 22:09