Set relative position to an image inside a block in CSS
问题 I have a element inside a block. The block height is 500px and the width is 100% of the screen. In this configuration, i'm aware i can see 500px of the original height (because of the overflow:hidden property i set in my css file). The image has the following css : position: absolute; top: 0; left: 0; How can set 100% in my top property to view the bottom of the image without JavaScript ? I'm sorry for my english. This is a image to help you to understand : I need to know if there is a way to