Input Hint Box in Dialog problem
There is a jQuery plugin call InputHintBox and I want it to display
hints next to the input boxes when a user enters text in an input box,
which it does, when everything is just on the normal page. But I have
moved the form and input fields into a dialog box, yet the input hints
are still appearing on the normal page, which is behind the dialog
box.
Is there a way for me to added the input Hint jQuery code through the
dialog code instead of separately?
It seams to me that the hints are pre-generated and hidden as div tags
at the end of the html document, just like the dialog. They are then
just display on top of the normal content.
When it decides the location to place these hints, it uses the top
right corner of the dialog box, but when it places the hints it uses
the top right hand corner of the normal content area.
Any ideas on how to fix this problem?