How to show a DIV when the mouse is over another div (I have multiple divs, when I have the mouse over one of them I want a “info” window appears ) , and keeping it appear until the mouse it moved out of the area of the div.
I want the din to appear in the position of the mouse ?
When the div is hidden, mouseover would not fire to make it visible. So you can play with background color instead. Something like this demo.
Here is the code:
Markup
CSS
JS