Make a DIV not be shown outside it's container

后端 未结 2 752
清酒与你
清酒与你 2021-01-26 10:46

I\'m making a very basic animation with JQuery. Basically what I have is a DIV in the size of 60% width, 80% height and it contains a manual. My goal is that when you go through

2条回答
  •  再見小時候
    2021-01-26 11:45

    basically this is done by adding CSS

    overflow: hidden;
    

    to the enclosing container, but without seeing the code over here, getting help is hard.

提交回复
热议问题