ok so. i figured out how to make the buttons work.......but there are some issues. right now they toggle the divs on and off but we need them to simultaneously toggle the div on AND hide both of the other divs. so that's issue number 1. issue number 2 is that you can toggle them off. we need it to ONLY do the on function and then when you click a different one that will hide it. right???? ok. so. -bobana continues ->
if you want to fix either of these issues - the buttons are where they've always been but i added a javascript callback to each of them that toggles them on and off: home is "show1", about is "show2" and members is "show3". i've aqquainted myself with javascript at this point but i still kinda have no idea what i'm doing so if you know anything about it i would greatly appreciate the help here. continued ->
the functions are all located at the bottom of the javascript section. the about and members divs are both toggled off by default which is shown within their respective inline styling as "display:none;". i tried to make new functions for each of them that would hide the divs ("hide1()" hides the main box and so on) and adding those to the button functions - 'onclick="show2();hide1();hide3();"' continued ->
but i couldn't get it to work....it had some promise though so if you wanted to work on this that's where i would start off!!! anyways sorry for the long message :3 -bobana
if you want to fix either of these issues - the buttons are where they've always been but i added a javascript callback to each of them that toggles them on and off: home is "show1", about is "show2" and members is "show3". i've aqquainted myself with javascript at this point but i still kinda have no idea what i'm doing so if you know anything about it i would greatly appreciate the help here. continued ->
the functions are all located at the bottom of the javascript section. the about and members divs are both toggled off by default which is shown within their respective inline styling as "display:none;". i tried to make new functions for each of them that would hide the divs ("hide1()" hides the main box and so on) and adding those to the button functions - 'onclick="show2();hide1();hide3();"' continued ->
but i couldn't get it to work....it had some promise though so if you wanted to work on this that's where i would start off!!! anyways sorry for the long message :3 -bobana