Hi all,
I have a div with a height of 35 pixels and a hidden div with a height of 200 pixels. I have a jQuery function which hides the smaller div and shows the larger div when clicked. This all works fine.
The problem is, when the larger appears it is behind an image which is below it. I have set the z-index of all affected object to no avail.
Any ideas how I can get this back?
TIA