Hello,
I am working on an MVC project based on the ASP.NET MVC4 Web Application template provided in VS2010.
On the 'Register' form, I am implementing the JQueryUI Tooltip widget to provide some help. It opens fine when you hover over the control, but when it it does a blue bar appears in the footer section, and disappears when the tooltip closes.
This bar is the entire width of the page (no matter what the width of the tooltip) but is the same height as the tooltip (when the height of the tooltip is changed, the height of the bar also changes).
How cab I stop this from happening? I am very new to jQuery/ASP.net and any assistence would be appreciated.
Thanks
Deon