Results 1 to 3 of 3

Thread: Dropdown menus disappearing in CMS

  1. #1
    Join Date
    Dec 2009
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Dropdown menus disappearing in CMS

    1) Script Title: Flex level drop down menu

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...exdropdown.htm

    3) Describe problem: Hi all, I implemented this menu and got it working just the way I wanted on my test page, here: www.yeled.org/yeledart/index2.html
    However, when I transferred it into my CMS, CMS Made Simple, something appears to have gone wrong; now, when I mouse over the drop-down menus, they disappear: http://yeledart.com/
    Any suggestions as to what I might have done wrong would be appreciated.
    Thanks

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    Looking at the sourcecode of your page I can see two instances of the following
    Code:
      <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
    
    <script type="text/javascript" src="http://yeledart.com/uploads/flexdropdown.js">
    
    /***********************************************
    * Flex Level Drop Down Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
    ***********************************************/
    
    </script>
    If you delete the second instance of this I think it should be working. At least it works on my pc when I do it.
    Another comment on the code is that you should put the "on page css" in the head of the document.

  3. #3
    Join Date
    Dec 2009
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You nailed it! That took care of it. Once you pointed it out to me, I realized what I had done--I had included the script and menu html in the homepage, but then took it out and created a separate menu. Looks like I left a copy of the script behind, though.
    Thank you!

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
  •