Your code looks correct, can you post a page showing the problem?
Also, the overlay option doesn't exist in 1.7, you have to style the
overlay in your stylesheet:
.ui-widget-overlay {
background-color: #000;
opacity: 0.5;
}
On Mar 31, 11:35 am, SteveBluck <[email protected]> wrote:
> Hello,
>
> I'm rather new so please bare with me. I'm trying to get the bgiframe
> to show when I use the dialog widget, no matter what I do, it just
> doesnt show - The dialog window appears, but the bgiframe doesn't.
>
> I link to the bgiframe like so:
> <script type="text/javascript" src="js/bgiframe/jquery.bgiframe.js"></
> script>
>
> And I link to the jquery main files like so:
> <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
> <script type="text/javascript" src="js/jquery-
> ui-1.7.1.custom.min.js"></script>
>
> This is my dialog:
> $("#dialog").dialog({
> autoOpen: false,
> bgiframe: true,
> width:600,
> modal: true,
> overlay: {
> backgroundColor: '#000',
> opacity: 0.5
> }
> });
>
> This is my dialog link:
> $('#dialog_link').click(function(){
> $('#dialog').dialog('open');
> return false;
> });
>
> Hope you can help. Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---