Hi Guys,
I am positioning 4 images, with a class that scales them 1.5 in size on hover. When i hover the images resize perfectly, however z-index is not changed and 2 images are partially hidden. How do I change z-index of the image that is hovered? Tried adding z-index: 999999 !important and position: relative to hover element but this is not working. Any help?