views:

11

answers:

0

I have a grid (rows and columns) of textboxes where some are clickable. If clicked, the jQuery UI dialog box show up below the textbox with a drop down menu of choices. However, this works for the first 3-4 rows of textboxes. After I get a certain distance down on the browser, the modal dialog box no longer shows up directly below the correct textbox. If I click on other textboxes below that, the dialog box shows up but in the same incorrect location. For the record, I've been doing most of my development in IE. Is there some reason why my coordinates would work for part of the browser window but not all of them. I call my dialog box using the 'position: [posx,posy]' option of the dialog box and I am using 'absolute' window positioning.

Thank you, Matthew