Problem with :last
Problem with :last
Hi,
I have a problem.
How do I remove the border on the right side for the second item in the 'ul.post-categories li a'?
If I give ':last', it removes the last 'a' (the third turn).
I want each of exhausts in 'ul.post-categories' frame from the second position, and not from the last position of all 'ul.post-categories'.
- <div class="post">
- <ul class="post-categories">
- <li><a rel="category tag" title="View all posts in Interviews" href="http://localhost/wordpress/urbanpirates/category/interviews/">Interviews</a></li>
- </ul>
- </div>
- <div class="post">
- <ul class="post-categories">
- <li><a rel="category tag" title="View all posts in Interviews" href="http://localhost/wordpress/urbanpirates/category/interviews/">Interviews</a></li>
- <li><a rel="category tag" title="View all posts in Pablo" href="http://localhost/wordpress/urbanpirates/category/interviews/pablo/">Pablo</a></li>
- </ul>
- </div>
Sorry for my english and please help.