family tree
Posted: Thu Jun 24, 2010 10:54 am
greetings,
I have started this self project started 2 years back and since then I am still stuck in the first phase... Kindly refer to my website: http://ramiia.no-ip.info/test.php
I have started this self project started 2 years back and since then I am still stuck in the first phase... Kindly refer to my website: http://ramiia.no-ip.info/test.php
Code: Select all
I will be making a family tree website, now for starters I want this settings: A / \ / \ / \ B C / \ / \ / \ / \ D E F G where A is the child of B and C so on... also by default when the page loads only A will be visible, upon clicking A her/his parents will show up, clicking B or C will hide A and show their respective parents. What I have in mind is limiting the page height meaning: if i click A A / \ / \ / \ B C this is what the user will see assuming the area is set by default 50 (x axis) x 15 (y axis) and clicking B or C will display: B C / \ / \ / \ OR / \ / \ / \ D E F G in the same place as where A's data was previously seen, I do know that this is possible with flash but I want to do this by using PHP and/or Javascript, is my query seems possible? in the later time letters will be replaced by images (if time permits) or else after the user clicked A his/her parents shows up and A's pictures will load right side after his/her name I hope you could help me out on this one thank you