Posted By

Daidaros on 12/18/09


Tagged

lists ul li Parent first-child


Versions (?)


Advertising

Website Promotion DIRECTORY is a crucial factor for all websites that need to gain better organic search engine rankings and increase website traffic.
Submitting your website as part of your Web Promotion strategy to our SEO friendly and high traffic Business Directory for review is an excellent way to gain a valuable backlink and increase your websites visibility online.

Submit Site


Select just last parent list item


Published in: CSS 






Painting the last parent item teal and the rest black.

Expand | Embed | Plain Text
  1. ul li:last-child {
  2. color: teal;
  3. }
  4.  
  5. ul li:last-child * {
  6. color: black;
  7. }
  8.  
  9. ul li ul li:last-child {
  10. color: black;
  11. }

Report this snippet 

You need to login to post a comment.