CSS overflow hidden with absolute position

前端 未结 3 1829
谎友^
谎友^ 2020-11-30 03:32

I\'ve been banging my head on this one. I want to absolute position an image that I will be moving around in a div and want anything that extends outside the div to be clipp

3条回答
  •  醉梦人生
    2020-11-30 04:17

    Move the position absolute to the image, then add the relative to the parent container. Worked for me in a similar situation.

    
    
      
    On top of image.

提交回复
热议问题