You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Accordion tabs preventing overlays from pulling up Created Mar 5, 2010

This thread is solved

Views: 910     Replies: 2     Last reply Mar 16, 2010  
You must login first before you can use this feature

hfflsports

Posts: 2

Registered:
Mar 5, 2010

Accordion tabs preventing overlays from pulling up

Posted: Mar 5, 2010

Here's the page I'm working on http://www.myhealthycommunity.com/myhealthycommunity3/healthy_recipes5.html

The accordion tabs are working fine. The problem I'm having is with the overlays. The overlays work just fine on the open tab but when I open the closed tabs which close the open tab the expose works but the overlay for the Grilled Pumpkin recipe doesn't come up (the other recipes in the closed tabs are not set up yet so ignore them).

I've already ruled out the second group of recipes having something wrong preventing the desired result by placing the second group in the default open tab. When I do this the Grilled Pumpkin overlay comes up just fine.

For whatever reason when the default open tab closes the other recipe overlay won't pull up. I had the same issue with a different type of accordion tab system that I implemented before this. As long as the top tab remained open then the overlays would work on all remaining tabs.

Has anyone experienced this same problem? Anyone have an idea how to fix it? I hope my explanation makes sense. Any help is very appreciated. Thanks

shoryl

Posts: 3

Registered:
Oct 29, 2009

» Accordion tabs preventing overlays from pulling up

Posted: Mar 13, 2010

Reply to: Accordion tabs preventing overlays from pulling up, from hfflsports
If I'm viewing your code correctly, you've got the overlay tabs inside the pane divs.

Since you want the overlays to "overlay," you can put all of those divs in you main content container, maybe "recipe_area".

Then just link to them inside the tabs, and they'll pop up in front of everything.

Hope that helps.

Nice looking site, by the way.

hfflsports

Posts: 2

Registered:
Mar 5, 2010

» » Accordion tabs preventing overlays from pulling up

Posted: Mar 16, 2010

Reply to: » Accordion tabs preventing overlays from pulling up, from shoryl
IT WORKED!!!! Thank you so much for your help! Thank you for the compliment as well.