Log in

View Full Version : multiple div swaps on the same page



deathbycheese
05-01-2011, 06:45 PM
I hope this is the right thread for this. I really need help here.

I have two areas that swap and the code in the second gets confused. Here's what I have/need:

1. A simple side menu onclick to swap divs in another container to display different categories of thumbnails.
- DONE. SUPER EASY

2. THE ISSUE
Once one of the above-mentioned thumbnail category divs is visible, I need to click on a thumbnail within that div to swap divs in STILL ANOTHER container (this is to display a div of contents corresponding with each thumbnail).


John's beautiful code here: http://www.dynamicdrive.com/forums/showthread.php?t=60928
gets confused because the thumbnail links ARE NOT within the same parent due to their parent divs being hidden until the side menu item is clicked to display one. HOWEVER, the final corresponding content divs ARE all within the same parent.


I hope someone can help soon! I've been working on this issue for a couple of weeks now to no avail.

dbc

deathbycheese
05-02-2011, 09:22 PM
RESOLVED.

Go HERE (http://www.dynamicdrive.com/forums/showthread.php?t=60928) to view the results if you're interested.

dbc