I need to show an element (image) overlaying a Div that has a overflow:hidden applied to it. Since the overflow is hidden , its naturally covering anything I want to sit on top of it. How do I get around this?
I need to show an element (image) overlaying a Div that has a overflow:hidden
Share
Obviously you can remove the overflow hidden. Do you need it to clear floats? If so you can substitute with a clearfix.
Would be better if you provided more info.