I am using jquery UI accordion layout for my template. As my content overflow, I change the css option overflow hidden to overflow auto. Everything is working Fine. I took a tooltip plugin for the form input field from -
http://onehackoranother.com/projects/jquery/tipsy/
The problem is the tooltip is not moving along with the input field as
in the example page in my layout. It is fixed in the screen. The page gets moved not the tooltip it is stick in the screen. Is this issue related to layout, because I tried all the option and without the layout there its working fine. Pl. help me to solve this issue.
Thank you