Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
問題なくjquery uiモーダルダイアログを使用しています。私の Q は、モーダル ダイアログの背後にある暗く無効なレイヤーにテクスチャまたはイメージを追加することは可能ですか?
前もって感謝します
それを見つけた!ファイル内backgroundのブロックのプロパティの URL を編集することにより:.ui-widget-overlayjquery-ui.css
background
.ui-widget-overlay
jquery-ui.css
.ui-widget-overlay { position:absolute; background: #aaaaaa url("whatever you want") 50% 50% repeat-x; opacity: 0.7; filter: Alpha(Opacity=70); }