Using !important in jQuery's css() function

前端 未结 7 1884
长情又很酷
长情又很酷 2020-12-24 12:59

I have a dialog with an overlay declared like so:

     .ui-widget-overlay  {
         position: absolute;
         left: 8px;
         top: 9px;
         hei         


        
7条回答
  •  我在风中等你
    2020-12-24 13:20

    Unless I've misread your question, what you're doing does work in jsfiddle.

    EDIT: My fiddle only works in some browsers (so far, Chrome: pass, IE8: fail).

提交回复
热议问题