I've searched far and wide, and cannot find a solution.
I have two divs. One to the right of the other. In each div, I have list elements, but they are in no way parents or siblings, so I cannot use CSS.
Does anyone have a solution, where I can have a link anywhere in my html document, that when hovered, changes the class of another element, regardless of where in the html document it is placed? Javascript for example.
The idea is that when I hover an element in the left list, it will highlight the element in the right list that is considered related to it.