Results 1 to 3 of 3

Thread: Smooth Navigational Menu (v1.01) - Problem Displaying

  1. #1
    Join Date
    Feb 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Smooth Navigational Menu (v1.01) - Problem Displaying

    1) Script Title: Smooth Navigational Menu (v1.01)

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

    3) Describe problem: I'm having problems getting this menu to display... I'm using the external file fetching via Ajax method.

    My demo page is http://www.evieb.com/demomenu.html

    My javascript file is here: http://www.evieb.com/ddsmoothmenu.js

    My css file is here: http://www.evieb.com/ddsmoothmenu.css

    My external menu file is here: http://www.evieb.com/smoothmenu.htm

    I hope you can help me.

    Kind regards
    Eva Browne-Paterson

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    You are missing a [ here (in ddsmoothmenu.js - near the end):

    Code:
    ddsmoothmenu.init({
    	mainmenuid: "smoothmenu-ajax", //menu DIV id
    	//customtheme: ["#1c5a80", "#18374a"], //override default menu CSS background values? Uncomment: ["normal_background", "hover_background"]
    	contentsource: ["smoothcontainer", "smoothmenu.htm"]//"markup" or ["container_id", "path_to_menu_file"]
    })
    In an unrelated matter, on demomenu.html - you need to escape:

    Code:
    onmouseover="window.status='Welcome to EvieB\'s Custom Product Graphic Design Services';return true;"
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Feb 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi John

    Thanks a million mate! You're a true champion for helping me out here!

    Much appreciated! All is working well now! [mwah!]

    Kind regards
    Eva Browne-Paterson

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
  •