Allow specific tag to override overflow:hidden

前端 未结 11 2356
抹茶落季
抹茶落季 2020-11-27 11:47

I\'ve got a

, that\'s a certain height and width, and overflow:hidden so that specfic inner images are clipped
11条回答
  •  鱼传尺愫
    2020-11-27 12:33

    All the above is nice but nothing beats JAVASCRIPT. (Using jquery). So,

    
    

    What I do is, get the original position of the element (relative to the page), optionally get the height or width, optionally append the element to the body, apply the new css rule position : fixed and finally apply the original position and optionally width and height.

提交回复
热议问题