Skip to main content

Javascript slideshow buttons overlapping fancybox upon scroll



So I have a javascript library setup on http://www.topholidayrecipes.com/crockpot-chicken-recipes.html and this page uses fancy box (located in the recipe box named "iframe" ). The problem is that everytime the scroll function is used inside and outside the fancybox...the play and pause buttons from the javascript slideshow are overlapping the fancybox and its content. How would I go on to solve this problem. Thank you for helping.




Comments

  1. Look at your z-indexes:


    .dg-image-gallery-next-autoplay-containe is 20000
    .fancybox-opened is 1003


    Make fancybox's z-index bigger than the play buttons.

    PS. you could use overflow:auto instead of overflow:scroll to get rid of the horizontal scrollbars in some of your elements.

    ReplyDelete

Post a Comment

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?