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

Even what i have so far note: a and

, where content and dialog work just fine.
  $ ('# width: 600, height: 420, status: "center", show: {effect: "fade", duration: 300,}, hide: {effect : "Fade", Duration: 200,}}). CSS ("Opacity", 0.5);   

I do not need it for all the dialogues on the page, only help "bubble" Sorry if this is a stupid question!

  $ ('# helpwindow'). Dialog ({...}) Parents (". UI-dialog"). CSS ("Opacity", "0.5");    

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -