html - Z-index doesn't work. Popup is hidden under a layer -


i helping maintain website http://www.groupme.my/national/

for deals long list of options, when click on "buy now" button, options list popup partially covered deal below. example, click on "buy now" button deal "[55% off] korean style handbag...".

please note not every deal comes options. if there no options, clicking on "buyw now" bring shopping cart directly.

i have tried put in z-index, doesn't seem anything.

please check how can resolve problem. thanks.

if understand concern correctly, element fades in has bottom edge behind item beneath, right?

if problem z-index isn't going because thing fading in being attached div (and going above it) going behind div sits on page *after 1 fading 1 being attached to, so, fading div going behind next one, no matter what.

the easiest way deal draw them in opposite order, divs moving towards ztop go up, or put way, set z-order in reverse order how they're drawn, if have 10 items, first 1 have zindex of 10 , next 1 9 , on.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -