I am using jQuery dialog to make a div pop up (a user form to fill up).
I am using the plugin below for validation.
http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/
My problem now is that my fields are close to the edges of the dialog, and when the error tooltips (ex. “Field is required”) pops up, it becomes overflown INSIDE the dialog. what I want is to let it float on top of the dialog.
here is a picture.

You can start with giving
overflow:visiblethe dialog container (the one that has the scrollbar – use your browser’s Inspect Element functionality to find which one it is).