popup add to cart

any ideas why my popup add to cart window is basically transparent - meaning I see the thumbnail of the product under it and the text as well - this is a customized front end - so maybe my design css has something in it - but no idea what would cause that



see this image:



thanks

Check the z-index in the css for that popup.

whip - was 30 the default in the syles_base.css - so changed to 3000 and fixed the problem - thanks - completely forgot about that.