Help - Search - Members - Calendar
Full Version: creating a tree menu
HTMLHelp Forums > Programming > Client-side Scripting
Chocolate
Hi,
can anybody tell me how to create tree menu. iam using frames. in the left frame i want the tree menu. here is the code of the left page iam importing into left frame.
QUOTE

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #000000;
}
-->
</style></head>

<body>
</body>
</html>

what is the code i have to add in head tags and what is the code i have to add in body tags.
Darin McGrew
I moved this to the Client-side Scripting forum, since the OP is asking about a JavaScript menu, rather than markup.
pandy
Do you mean a dynamic meny? You can find several ready-made ones here:
http://www.dynamicdrive.com/dynamicindex1/index.html
Chocolate
no not that one pandy. i mean a tree view menu (expandable and collapsible).
Frederiek
You should have looked a little further on that page, Multi-level menus > Simple Tree Menu
(http://www.dynamicdrive.com/dynamicindex1/navigate1.htm).
Chocolate
Thanks for that man.


Cheers
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.