Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Advanced Product Image and z-index issue with drop-downs

  1. #1
    upupdowndown is offline Junior Member
    Join Date
    May 2012
    Posts
    5

    Default Advanced Product Image and z-index issue with drop-downs

    I've got "Advanced Product Image Display" installed on my site, and now my site's drop-down menus hide behind the product display image. I've tried z-index settings on each div, but still no dice. Any ideas?

    Link to example:
    http://www.escapeoutdoors.com/p-3473...annel-top.aspx

    Thanks!

  2. #2
    donttryathome is offline Senior Member
    Join Date
    Apr 2009
    Posts
    171

    Default

    Just took a quick look and I was able to "fix" the problem by editing a div tag via Firebug.

    Code:
    <div id="wrap" style="top:0px;z-index:9999;position:relative;">
    Changing to z-index:1 fixed the problem for me. Are you sure you didn't miss this tag inside your xml package?
    Running: AspDotNetStorefront ML 8.0.1.2/8.0.1.2

  3. #3
    upupdowndown is offline Junior Member
    Join Date
    May 2012
    Posts
    5

    Default

    Yep, that did the trick. Missed that one on first round through. Thanks so much!