Results 1 to 6 of 6

Thread: popout menu

  1. #1
    Join Date
    Apr 2008
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default popout menu

    I'm creating a popout menu for the very first time. Using this line from http://www.dynamicdrive.com/dynamici...lideinmenu.htm as an example

    sitems[0]=["<big><font face='Arial'>Site Menu</font></big>", ""]

    is the first step to replace sitems with one of my menu options?

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    The line you have above is the title for the pull out menu, I don't know if thats what you were asking, if thats not what you were asking, the can you please rephrase it? And if it was what you were asking, Glad to help you.
    Jeremy | jfein.net

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

    Default

    Unfortunately that's not what I was asking. . . under "configuring the menu" I'm not understanding where To change the contents of the menu to your own, edit the sitems[] array

  4. #4
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Code:
    sitems[0]=["<big><font face='Arial'>Site Menu</font></big>", ""]
    This will be your popout menu's "header"..This will appear on the very top of your menus

    ...If you want to specify your menu's, edit it here:
    Code:
    sitems[1]=["Menus And Navigation", "http://www.dynamicdrive.com/dynamicindex1/"]
    The one in red will be your Item Text (menu)...and the one in blue will be the URL that you want to open

    Hope that helps

    Do get back if you're still stumped...
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  5. #5
    Join Date
    Apr 2008
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    For each menu option there should be a new html page, right?

  6. #6
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Quote Originally Posted by mindiapolis View Post
    For each menu option there should be a new html page, right?
    Not necessarily
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

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
  •