HighDots Forums  

Tree Navigation

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Tree Navigation in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Rob Solberg
 
Posts: n/a

Default Tree Navigation - 07-16-2003 , 11:42 PM






Hello,

Does anyone know how the navigation on the left side of this page could be
made?

www.performtrax.com

As you'll notice, they've got little + and - signs which, when you click on
them reveal or hide the subcategories. It's not a Flash thing, is it Java
script?

Thanks!
--
Rob



Reply With Quote
  #2  
Old   
Kevin Scholl
 
Posts: n/a

Default Re: Tree Navigation - 07-17-2003 , 12:24 AM






Rob Solberg wrote:

Quote:
Hello,

Does anyone know how the navigation on the left side of this page could be
made?

www.performtrax.com

As you'll notice, they've got little + and - signs which, when you click on
them reveal or hide the subcategories. It's not a Flash thing, is it Java
script?
Yup, looks like to me to be DHTML, which would be a combination of HTML,
CSS, and Javascript. However, this particular system seems to work
properly only in IE. In Mozilla/Netscape, the nav loads expanded and
cannot be closed, which is a shame.

--

*** Remove the DELETE from my address to reply ***

==================================================
Kevin Scholl
kscholl (AT) comcast (DOT) DELETE.net
--------------------------------------------------
Web Development and Graphic Design
http://www.interimag.com/~kscholl/professional/
--------------------------------------------------
We are the music makers, and we are the dreamers
of the dreams...
==================================================



Reply With Quote
  #3  
Old   
Russ
 
Posts: n/a

Default Re: Tree Navigation - 07-17-2003 , 02:10 AM



you could do it in asp.net http://www.wittmannwebweaving.com/TreeView.aspx

'//code that runs this.....
<form runat="server">
<mytree:treeview runat="server" id="oTree" ChildType="Folder">
<mytree:treenodetype Type="Folder"
ExpandedImageUrl="images/folderopen.gif" ImageUrl="images/folder.gif" />
<mytree:treenodetype Type="Link" ImageUrl="images/html.gif" />
<mytree:treenode text="My Favorite Sites" ChildType="Link">
<mytree:treenode text="Project Seven"
navigateurl="http://www.projectseven.com" />
<mytree:treenode text="Macromedia"
navigateurl="http://www.macromedia.com" />
<mytree:treenode text="DnZone" navigateurl="http://www.dnzone.com.com"
/>
<mytree:treenode text="MX Extensions"
navigateurl="http://mxextensions.com" />
</mytree:treenode>
<mytree:treenode text="Sites I Hate" ChildType="Link">
<mytree:treenode text="Adobe" navigateurl="http://www.adobe.com" />
<mytree:treenode text="Corel" navigateurl="http://www.corel.com" />
</mytree:treenode>
</mytree:treeview>
</form>


"Rob Solberg" <rob (AT) east9 (DOT) net> wrote

Quote:
Hello,

Does anyone know how the navigation on the left side of this page could be
made?

www.performtrax.com

As you'll notice, they've got little + and - signs which, when you click
on
them reveal or hide the subcategories. It's not a Flash thing, is it Java
script?

Thanks!
--
Rob





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.