The shadow was added in a late 1.6 rc and testing showed it needed some more work (particularly with dragging, resizing, show and hide effects, certain browsers). So it's out for now. We'll bring it back when it's ready.
As part of our transition to the new jQuery UI CSS Framework ( http://jqueryui.com/docs/Theming/API ) in 1.7, the modal overlay is now styled in css instead of as a js option that you pass to the dialog plugin (which would add an inline style). This is most easily done by ThemeRoller, but can be done manually as well: .ui-widget-overlay { background: #aaaaaa; opacity: .3; filter:Alpha(Opacity=30); } - Richard On Thu, Mar 26, 2009 at 12:12 AM, jack <[email protected]> wrote: > > I found the shadow behind dialog is removed on UI v1.7.1. It does look > good. Don't know why 1.7 won't support it. And the opacity property on > modal type seems have been removed. So the background opacity may not > be adjustable? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
