Log in

View Full Version : Jqueryslidemenu



wilshire461
11-23-2008, 01:32 AM
I'm having some trouble implementing the jquery slidemenu found here:
http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_2/
into my asp web project.

This is what I have so far for my masterpage:


<head id="Head1" runat="server">
<title>Website Title</title>
<link rel="stylesheet" type="text/css" media="screen" href="styles.css"/>

<!--[if lte IE 7]>
<style type="text/css">
html .jqueryslidemenu{height: 1%;} /*Holly Hack for IE7 and below*/
</style>
<![endif]-->

<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jqueryslidemenu.js"></script>



</head>
<body>
<form id="form1" runat="server">
<div id="wrapper">

<div id="header">
</div>

<div id="myslidemenu" class="jqueryslidemenu">
<ul>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a>
<ul>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
</ul>
</li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
<li><a href="#"></a>
<ul>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
</ul>
</li>
<li><a href="#">Link</a></li>
</ul>
<br style="clear: left" />
</div>


When popping into design view it shows when mousing over the nav div that the dropdown list is there (in thin blue outline) but when I go to compile and host it the dropdown doesn't show up on mouseover.

Any help would be greatly appreciated.

ddadmin
11-23-2008, 08:45 AM
Hmm what do you mean by "compile"? Please post a link to the page on your site that contains the problematic script so we can check it out.

wilshire461
11-23-2008, 06:04 PM
I don't have a webspace to put it at right now.

Like I said when I go to compile it and run it through localhost in VS the dropdown doesn't seem to work. Currently theres no code behind in the aspx.cs file. Is there supposed to be a scriptmanager in there to call on the scripts?

kapilashokyadav
10-01-2009, 06:30 AM
Hello people
the j query slidemenu is not working properly in IE . kindly check my page at http://mynextcompany.com there is a menu over the flsh movie..the drop down is not working ..

REgards

Kapil