Results 1 to 4 of 4

Thread: Jqueryslidemenu

  1. #1
    Join Date
    Nov 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Jqueryslidemenu

    I'm having some trouble implementing the jquery slidemenu found here:
    http://www.dynamicdrive.com/style/cs...el_css_menu_2/
    into my asp web project.

    This is what I have so far for my masterpage:

    Code:
    <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.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    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.
    DD Admin

  3. #3
    Join Date
    Nov 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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?

  4. #4
    Join Date
    Oct 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problem in Jqueryslidemenu in IE

    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •