The overlay option was removed in 1.7. See

http://jqueryui.com/docs/Upgrade_Guide#Dialog
"
Removed overlay option (workaround: use the CSS Framework to style the
overlay)
"

The class you want for styling is 'ui-widget-overlay'. See

http://jqueryui.com/docs/Theming/API#Overlay_.26_Shadow

- Richard

On Wed, Apr 29, 2009 at 1:25 PM, homer1980ar <[email protected]> wrote:

>
> Hi there,
>
> I'm using the standard UI library, latest version.
> Im setting up the dialogs like this:
>
>        $(".popup").dialog({ autoOpen: false, resizable: false, width:
> 350, modal:true, overlay: { backgroundColor: "#000", opacity: 0.8} });
>
> An example dialog is quite simple (adding it at the end of the page):
>
> <div id="sendToFriends" title="Send to Friends" class="popup">
> <p>Put my stuff here</p>
> </div>
>
> Not sure why, but the opacity never changes, whatever number I put on
> it.
> It happens on any browser FF, IE , Safari.
> Any ideas?
>
> Thanks,
> Leonardo
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to