html - jQuery hide/show <div> element appearing behind image -
I have a height of 35 pixels and a hidden div that has a height of 200 pixels. I have a jQuery function that hides a small box and shows a bigger division when clicked. All this works well.
The problem is, when it is large, it is behind an image which is below it. I have determined the z-index of all affected objects without profit.
Any ideas how can I get it back?
TIA
Added position: relative to div and well in all the world Were from
Comments
Post a Comment