Scrollable Div, which elements can be seen

后端 未结 4 1519
情话喂你
情话喂你 2021-02-06 14:51

We have a scrollable div that has CSS hieght:40px;. Inside it are multiple LI height:20px

    
  • 4条回答
    •  一生所求
      2021-02-06 14:59

      I'd have thought the best way to do it is in your scroll event capture the scrollTop value of the div and compare it to the top of each li element (maybe add the height so you can see if the element is completely out of view).

    提交回复
    热议问题