attaching div to a specific element for showing with javascript

Posted by Qiao on Stack Overflow See other posts from Stack Overflow or by Qiao
Published on 2010-03-13T22:53:18Z Indexed on 2010/03/13 23:05 UTC
Read the original article Hit count: 188

Filed under:
|
|

Clicking on the image should show div near it (.show() in jQuery).

But how can i attach div to that image? Is it done with pure css, or javascript?
I tried several "position:absolute", but can't attach it near image.

How it should be done?

© Stack Overflow or respective owner

Related posts about css

Related posts about JavaScript