I am currently using Javascript, but I was wondering if it is possible to select a specific child from an unordered list and then its closest relative using CSS.
Example with 4 lists:
ul.tab li:hover + (the next sibling that follows the current hovered one) {
}
source
share