Dialog - pinning on screen & preventing scrolling
Hi, I have 2 questions about the jQuery Dialog, if these are possible:
1. How do I "pin" the dialog to a location on the screen, so that if the user scrolls the browser, the dialog doesn't move - it stays in the same location in relation to the actual browser window?
2. In a modal dialog with disabled (faded) background browser content, how do I stop the user scrolling the browser? See examples here of what I mean. Notice how scrolling is disabled when the dialog shows.
Is the above possible?