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.

I can't get these selectors to work in mobile Safari. Is there no support, or am I doing something wrong?

ul > li:first-child:before { content: 'Multiple Items'; }
ul > li:only-child:before { content: 'Single Item'; }
share|improve this question
Do they work elsewhere? – Dave Everitt Aug 9 '11 at 21:56
Yes, sorry, I should've mentioned that they work in any (desktop) Webkit browser and Firefox. Possibly IE 9-10, I just haven't tested. – jarcoal Aug 9 '11 at 22:07
if it helps, just seen "S60 WebKit has a last-child bug that may impact first-child.": quirksmode.org/m/css.html – Dave Everitt Aug 9 '11 at 22:13

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.