z-index and javascript events

后端 未结 2 1968
别那么骄傲
别那么骄傲 2021-01-17 21:33

So I have a couple of divs overlaid on eachother with differing z-index values.

The default behaviour for browsers seems to be the event bound to the top-most z-inde

2条回答
  •  [愿得一人]
    2021-01-17 22:13

    If you are using an javaScript framework event bubbling might be included. (ExtJS I know for sure has this kind of event feature.)

提交回复
热议问题