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