Home › Forums › JavaScript › How can I control one element by clicking on another? › Re: How can I control one element by clicking on another?
July 25, 2011 at 12:01 pm
#83909
Member
you can do this with javascript I guess, take a look at this site and read the second example which is ‘Hide and Show a Div with JavaScript’
http://www.sicanstudios.com/hide-and-show-div/
So if you use what they have shown you and modify it to your needs you should be fine! Let us know if you get it to work!