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: Zoomify Firefox CSS - Dropdown Overlay

  1. #1
    datzent83 is offline Member
    Join Date
    Jul 2006
    Posts
    82

    Default Zoomify Firefox CSS - Dropdown Overlay

    In FireFox the dropdown menu goes under Zoomify. Anyway to fix that?
    Attached Images Attached Images  
    Last edited by datzent83; 01-12-2010 at 09:04 AM.

  2. #2
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    Open the XmlPackages/zoomify.medium.xml.config xmlpackage and find the opening object tag
    Code:
    <object type="application/x-shockwave-flash" class="flashZoomify" data="images/zoomifyViewer.swf">
    Add wmode="transparent" to it
    Code:
    <object type="application/x-shockwave-flash" class="flashZoomify" wmode="transparent" data="images/zoomifyViewer.swf">
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>

  3. #3
    datzent83 is offline Member
    Join Date
    Jul 2006
    Posts
    82

    Default

    Perfect! Thanks!