I have a problem to select the specific position using <li>
Example:
<ul>
<li><a rel="me" href="#">delicious</a></li>
<li><a rel="me" href="#">digg</a></li>
<li><a rel="me" href="#">facebook</a></li>
<li><a rel="me" href="#">last.fm</a></li>
<li><a rel="me" href="#">rss</a></li>
<li><a rel="me" href="#">twitter</a></li>
</ul><!-- social -->
I know CSS has ability to select the first item and last item using :first-child and :last-child, but how to select for the third, forth and so on using CSS...
Let's say I want to select facebook and last.fm, how to use it using CSS
Thanks for your help

New Topic/Question
Reply


MultiQuote







|