Make div appear and change the whole html to be darker

前端 未结 8 1898
面向向阳花
面向向阳花 2021-02-01 09:39

I have a div and after I click a button, I would like the div to appear (which I can do), but I would like the whole background to become darker too (this is inline with overlay

8条回答
  •  [愿得一人]
    2021-02-01 10:12

    You'd want a 'modal' dialog. It's basically accomplished by using an underlying div and a background set.

    jQuery UI supports it here: http://jqueryui.com/demos/dialog/#modal , but you can see how they do it by inspecting.

提交回复
热议问题