I have searched the web for this one but didn\'t find anything similar.
Say we have div A and div B. When hover on div A, div b should be visible ON (should look lik
If you don't want to use the selector + or ~ which aren't compatible with some browsers, it is just possible if the to show (e.g. div#b) is a child of the to hover (e.g. div#a).
+
~
div#b
div#a