Results 1 to 6 of 6

Thread: Chrome CSS Drop Down Menu (v2.5)

  1. #1
    Join Date
    Feb 2009
    Location
    South Africa
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Chrome CSS Drop Down Menu (v2.5)

    1) Script Title: Chrome CSS Drop Down Menu (v2.5)

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

    3) Describe problem: Script error 'cssdropdown' is undefined

    Hi I have done everything posible. The demo page works fine but as soon as I create a new page and copy the code to the new page I'm getting the undefined error. I attached the code. HELP PLS

    O does any body know how to add the dropdown menu to all the pages with a script that one can call the problem is I have 60 pages and to add a new link in the dropdown meens to update all of them.

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

    Default

    Please post a link to the page on your site that contains the problematic script so we can check it out. Most likely some of the references to the external files of the script are broken.
    DD Admin

  3. #3
    Join Date
    Feb 2009
    Location
    South Africa
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by ddadmin View Post
    Please post a link to the page on your site that contains the problematic script so we can check it out. Most likely some of the references to the external files of the script are broken.
    Thanks the part of the undefined I have manages to short out if you can help me with the second part.

    To add the dropdown menu to all the pages with a script that one can call the problem is I have 60 pages and to add a new link in the dropdown meens to update all of them.

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

    Default

    To add the dropdown menu to all the pages with a script that one can call the problem is I have 60 pages and to add a new link in the dropdown meens to update all of them.
    This has been asked many times in the past. It really depends on how your pages are rendered. If they are SSI enabled (ie: mypage.shtml), you can use SSI. For PHP (ie: mypage.php), there is PHP's include() function to easily include the contents of a file across pages, and so on.
    DD Admin

  5. #5
    Join Date
    Feb 2009
    Location
    South Africa
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I’m really new to web development so what you said in there makes now sense to me at all. All my pages are .html pages. Ok let me put it this way to add the menu bar is not that big hassle my big hassle is the part where you need to put in a new sub menu.

    Can you tell me how to add the sub menu in a script or to include it into one of the current scripts then we only have to add one line of code to one item and it will update the rest of the pages.

    THX

  6. #6
    Join Date
    Aug 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Chrome CSS Drop Down Menu (v2.5), cssdropdown is undefined

    I encounter an error that is "crossdropdown is undefined"

    when i try to debug is, i found tis function "cssdropdown.startchrome("chromemenu")" cannot be call during runtime

    Situation:

    I put CSS dropdown menu at my masterpage(MainPage.master).
    the dropdown menu is working well to all webpage.
    Since i move a webpage(advRegiserForm.aspx) to a folder and run it, i get this error during runtime.


    Please help me to solve this problem.thanks anyway.

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
  •