SellerDeck Mega Menu shows through zoomed images.

Integration of Magic Zoom Plus from http://www.magictoolbox.com with Actinic.
Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

SellerDeck Mega Menu shows through zoomed images.

Post by norman »

This is due to SellerDeck setting a ridiculously high z-index for the Mega Menu. You can fix this thus:

Go to Design / Library / Layouts / Zoom Image Layout / Magic Zoom Support.
Scroll to the bottom and after everything that’s there add the lines:

Code: Select all

<!-- overlay SD Mega Menu -->
<style>#mega-menu {z-index:10000;}</style>
Note that the above is now included in Magic Zoom Plus V2.26 onwards.
Norman
Post Reply