Click through div with an alpha channel

前端 未结 2 697
梦如初夏
梦如初夏 2021-02-15 10:56

I\'m trying to replicate twitter\'s \"fade out\" layer at the bottom of the feed widget (on their main page at twitter.com).

The only way I could come up with that didn\

2条回答
  •  梦如初夏
    2021-02-15 11:21

    For IE, just set the bottom div or layer to use a negative index, like this:

    {pointer-events: none; z-index: -100}
    

提交回复
热议问题