Hi, i am new to web design. Please go to the URL below and pay attention to its left navigation bar. Notice the 'expand' and 'collapse' capability of the navigation. How on earth can I create something like that. It looks like such a simple thing to do, but when I look at the "source" codes, there are a whole bunch of scripts. What kind of tools(Dreamweaver, Frontpage, etc.???) are available to do such effects? Please help!!! Thank you. Leon http://www.orangecountyda.com/home/index.asp?page=46
The menu itself can be made with css or javascript. If you want the extra links to appear when you click on a link on it, you will need to use more javascript, or integrate it with php or another programming language. The best tool that I know of would be learning how to program. Otherwise search on google for javascript menu, and css menu. You should be able to find a script that does what you are looking for.