CSS adjacent-sibling selector
# Linked to 16 March 2008, 16:06 in Tutorials by Sam Brown
Most CSS selectors are well known, but there are some interesting selectors that are not common used, like the adjacent-sibling selector. An adjacent sibling selector will select the sibling immediately following an element, with the same parent. In this article, the adjacent-sibling selector is used to style an ordered list.
No thoughts were recorded on this post.