html - Setting a jQuery dialog semi-transparent -
I have seen and what I have not really received (probably due to a lack of CSS / jQuery skills), then here goes I am trying to create some support type "bubbles" which are semi-transparent using the jQuery dialogs. I Even what i have so far note: a I do not need it for all the dialogues on the page, only help "bubble" Sorry if this is a stupid question! . Trying to use FadeTo () and
.css ("Opacity", n) , but the dialog appears with a white background, while the content actually goes out of bleach Is rather semi-transparent than the entire dialogue.
and
$ ('# width: 600, height: 420, status: "center", show: {effect: "fade", duration: 300,}, hide: {effect : "Fade", Duration: 200,}}). CSS ("Opacity", 0.5);
$ ('# helpwindow'). Dialog ({...}) Parents (". UI-dialog"). CSS ("Opacity", "0.5");
Comments
Post a Comment