Thanks a lot. Very glad to receive your help.
I must be doing something wrong, because it doesn't work here though.
I get the very same result I had before.
In any case, I've attached a file you might want to rename as html and drop in a basic folder of the script to get things tested.
The 1.1.1 and 2.1 items don't work. The 3 one does, though.
Here's the file content :
PHP Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" href="ddlevelsmenu-base.css" />
<link rel="stylesheet" type="text/css" href="ddlevelsmenu-sidebar.css" />
<link rel="stylesheet" type="text/css" href="ddlevelsmenu-topbar.css" />
<script type="text/javascript" src="ddlevelsmenu.js">
/***********************************************
* All Levels Navigational Menu- (c) Dynamic Drive DHTML code library (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<title>
Test
</title>
</head>
<body>
<div id="mc">
<div id="menu_c">
<div id="ddtopmenubar" class="mattblackmenu">
<ul>
<li><a href="#" rel="ddsubmenu_products"> Example </a></li>
</ul>
</div>
</div>
<script type="text/javascript">
ddlevelsmenu.setup("ddtopmenubar", "topbar")
</script>
<ul id="ddsubmenu_products" class="ddsubmenustyle">
<li>
<a href="#"> Example 1 (Not Working )</a>
<ul>
<li><a href="#"> Example 1.1</a>
<ul>
<li><a href="http://">Example 1.1.1</a></li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#"> Example 2 (Not Working )</a>
<ul>
<li><a href="http://">Example 2.1</a>
</ul>
</li>
<li>
<a href="http://"> Example 3 ( Working )</a>
</li>
</ul>
</div>
</body>
</html>
Bookmarks