AJAX (jQuery) or Flash: Genealogy/Relationship Script Hi, I'm not sure which scripting method I need for this. I'm going to assume it's AJAX (jQuery) or Flash. I'll explain what it is I would like to accomplish. Image there is a "web" of icons, this web consists of 6 "nodes". Each icon (A, B, C, D, E and F) are small image links with a title. Like so: B | F - A - C / \ E D Code (markup): Now image that a user clicks on icon "C". Somehow, the whole web would "zoom" to the right. The "C" icon would be in the middle now.0 New icons for G, H, I and J would be shown. "A" would be the same icon from above. G | A - C - H / \ J I Code (markup): All the icon data would be pulled from MySQL. The relationship would keep going until there were no more specified icons (nodes). I would like the script to be fast and not to involve and page loading. I hope I've made my idea clear. PM me: 1. your suggested method and why 2. time needed 3. cost Any questions, please feel free to contact me. Regards, Colin
It would be very simple to implement this with jQuery and CSS. Unfortunately, I don't work with databases.