If you go to this category page and then click on the Ornaments menu tab, notice how all of the "NEW" tabs overlay the the drop down menu? The first thing I went and checked were the Z-Indexes of each. Granted I may have missed something but the best I can tell the menu is
and the flag
Shouldn't the Z-Index of the menu be "hiding" these?
FWIW - the Z-Index of the Quick View button is
I'm wondering if the Z-Index for the Flags is needed at all because if I comment out the Z-Indexes, it displays as expected. Odd...
Code:
.navigation-set li ul {z-index: 999;}
Code:
.flag::before {z-index: 10;} .flag::after {z-index: 11;}
FWIW - the Z-Index of the Quick View button is
Code:
.quick-view {z-index: 15;}
Comment