I want to create a text area on the mouse hover in given link.
What I’ve tried is there in this fiddle code.
But I want to create text area dynamically when mouse over on the link.
This text area will set on the right side (when click on the link) and also declare some fields which supports CSS for that text area so, can able to modify the style of text area.
Can anyone help me on this?
Thanks
Do you want something like this? http://jsfiddle.net/nmZb9/18/
*UPDATE:*I would do it like this if it is tooltip you are looking for http://jsfiddle.net/nmZb9/24/