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 模态对话框没有任何问题。我的问题是可以在模态对话框后面的黑暗和禁用图层中添加纹理或图像吗?
提前致谢
找到了!通过编辑文件中块的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); }