Das letzte "Kind" eines Elements: last-child
Spricht innerhalb der Dokumentenstruktur das letzte Kind eines HTML-Elementes an. In einer <ul>-Liste bspw. ist der letzte Eintrag das letzte Kind und kann mit :last-child anders formatiert werden.
<style type="text/css"> li:last-child{color:#ff0000} </style> </head> <body> <ul> <li>1. Eintrag</li> <li>2. Eintrag</li> <li>3. Eintrag</li> </ul> </body>
Anwendbar auf: | Alle Elemente |
Werte: | Alle Stylesheet-Angaben |
Wert | ||||||||||
5/5.5/6/7 | MAC 5+ | 5/6 | 7+ | 4 | 6+ | 1+ | 0.8+ | 1.0+ | 3.3+ | |
n | n | n | j | n | j | j | j | j | j |