Results 1 to 3 of 3

Thread: How do i make it appear

  1. #1
    Join Date
    Nov 2006
    Posts
    116
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default How do i make it appear

    1) Script Title: Switch Menu II

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

    3) Describe problem: I can't make it appear on the page. It says "Make sure you put the java script include tag after the "DIV" tags otherwise
    it will not be able find and initialize the menu."

    Actually i don't understand what it means.

    Thanks for you help

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    Assuming that you have downloaded xpmenuv2_2.zip file from the DD. The zip file has a menu.htm file which demonstrates the menu. Check the line number 42 of the page there is the following code

    Code:
    <script type="text/javascript" src="xpmenuv21.js"></script>
    Now look at the position where it lies, I mean the JS file is included after specifying the menu items.

    So if you want to make this thing work you need to incorporate the menu in the same way they've done it in the demo page.

    Hope this helps. If you need any more help plz post it

  3. #3
    Join Date
    Nov 2006
    Posts
    116
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default

    Got it. Thanks a million.

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
  •