deathbycheese
05-01-2011, 12:57 AM
Hi All,
I have searched high and low for something that can handle what I'm looking to do - literally two weeks. I've found a couple of great threads that 'almost' get me there. Here are the best threads I've found:
This one on DD:
http://www.dynamicdrive.com/forums/showthread.php?t=60928
(Thanks jscheuer1 - yours is very nice, I would enjoy that one the best)
and this one from stackoverflow.com:
http://stackoverflow.com/q/34536/711739
Now. here's what I'm doing:
1. A simple side menu onclick to swap divs in another container to display different categories of thumbnails.
- Done. Super easy.
2. HERE'S THE STICKLER
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).
The codes I've found thus far get 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.
Now that I've totally confused the whole DD world, anyone have an idea how I can pull this off?
Thanks in advance,
dbc
I have searched high and low for something that can handle what I'm looking to do - literally two weeks. I've found a couple of great threads that 'almost' get me there. Here are the best threads I've found:
This one on DD:
http://www.dynamicdrive.com/forums/showthread.php?t=60928
(Thanks jscheuer1 - yours is very nice, I would enjoy that one the best)
and this one from stackoverflow.com:
http://stackoverflow.com/q/34536/711739
Now. here's what I'm doing:
1. A simple side menu onclick to swap divs in another container to display different categories of thumbnails.
- Done. Super easy.
2. HERE'S THE STICKLER
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).
The codes I've found thus far get 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.
Now that I've totally confused the whole DD world, anyone have an idea how I can pull this off?
Thanks in advance,
dbc