Pseudo-class:
last-node

Support Key: [N6]
Other Document-Tree
Pseudo-Classes

root
empty
not
first-child
first-node
last-child
lang
= Index DOT Css by Brian Wilson =
Main Index | Property Index | CSS Support History | Browser History



   Quick Statistics   
Applicable Elements:
Any
HTML Equivalent:
NA
What is it?
The Last-node Pseudo-class selects the last occurence of an element in the document tree. If you omit an element selector, it SHOULD select ALL last-occurrences of each element in the document tree.
Example
Ext/Doc: div:last-node { background-color: red }
(selects the last occurrence of a DIV element in the document and makes its background red.)
In-Line:  NA
Browser Peculiarities

Boring Copyright Stuff....