I have a need to create a small pop up information box when a user clicks on a certain link. Basically just a hidden div that floats above the content at the location almost like a tooltip, but requiring a click.
I've tried passing the event.clientX and clientY to the style.left and style.right properties, but it doesn't seem to put it at the correct location.
Just wondering if there's a very simple way that I'm overlooking.