I tried to position a div element at the right of the other div when the mouse is hovering it. I have to do this operation with more than one couple of div. I solved the hovering problem, the only issue is that the position of the appearing div is the same for all, even if i pass the other element as a parameter the position is still not changing.
this is what i have when i hover the div:
i need the appearing div to be on the right of the hovered div.
I tried using $(divName).style.left but it did not functioned.
thanks
this are my functions to make the div appear or disappear:
and I implemented them like this:
-for the appearing div:
-for the hovered div: