in jquery ui dialog, how can i change the color / contract behind a single modal dialogs -


By using

, brown in background colors (I think it is being operated by my subject roller). For a specific modal dialogue, I want to get the background darker than the default with the default options.

More importantly, I can change the shading on the background screen while loading a specific dialog. In this case, I do not want to change the CSS of my Theme Roller CSS because I want to apply only on a specific page.

Can you create the following place on your special page: thus overriding the background

  & lt; Style & gt; .ui-widget-overlay {background: url ("images / ui-bg_flat_0_aaaaaa_40x100.png") Repeat-X scrolling 50% 50% #AAAAAA; Opacity: 0.3; } & Lt; / Style & gt;   

Just adjust the opacity to the level you want and for IE you may also need to modify the image ..

I hope you I understand ...

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -