Inserting Hype as DIV overlaps dropdown menus, iframe works fine

On this page, I have an animation inserted as a DIV element within a DIV. I have draw backgrounds turned off and I’ve tried altering the Z-Index. So far, the Hype animation is overlapping the dropdown menu on the page. If I insert the element as an iframe, it works fine. Any thoughts?

For your dropdown menu, I recommend setting this CSS:

z-index:99;

… on its container.

This will ensure that it is the topmost element on the page.

Can you share a link if that doesn’t work?

I'll try that. and here's the link. http://feeturesrunning.com/index.php/heightbeta

That worked Daniel. Thanks for your help.