Click to See Complete Forum and Search --> : "Click!" & Poof


Jonathan
08-05-2003, 01:34 PM
Is there a way to have you click on a border link and it have a bunch of links below it after you click on it without re-loading the page?

Example: (kind of lame:) )

////////////
//Link 1 //
///////////

After you click on it...

////////////
//Link 1 //
///////////
<li>Link2</li>
<li>Link3</li>

Kind of like that.

Charles
08-05-2003, 01:39 PM
Yes, but how are you going to keep the page working for folks that do not use JavaScript or do not use a mouse?

Jonathan
08-05-2003, 01:40 PM
What do you mean, no mouse? no javascript?

Tasmanian Devil
08-05-2003, 01:40 PM
I Personally do not use this website myself, but check this out. (http://javascript.internet.com/navigation/category-menus.html) It my give you some ideas.