user1044169
user1044169

Reputation: 2866

Limit the overlay of jQuery UI dialog

There is a screen in my site where I want to show sign-up dialog, locking, but showing, member-only content: whatiftopions.

Currently, the jQuery dialog locks up the whole screen -- a user can only use browser buttons to navigate away from the screen. How can I make it, so the background overlay of the jQuery dialog covers only the area below the main navigation menu?

Thank you

Upvotes: 0

Views: 271

Answers (1)

user1044169
user1044169

Reputation: 2866

Frederic, thanks for your suggestion to use the non-modal dialog. That's what I ended up doing -- switched to non-modal and put an overlay div over the specific content.

Upvotes: 1

Related Questions