Results 1 to 2 of 2

Thread: Drop Down Menu with Icon Images

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

    Default Drop Down Menu with Icon Images

    Hi,
    I'm using Jim's DHTML Menu V5.7 (http://www.dynamicdrive.com/dynamici...menu/index.htm)

    How can this be modified to:
    a/ open the links in a new browser window
    b/ include an icon image beside the time for a link?

    Thanks

    PS: I'm very new to programming, so would appreicate any advise to be simply expalined. Thanks.

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    a) In your config.js file, you should have each menu item looking like this:
    Code:
    menus[0].addItem("http://www.dynamicdrive.com", "", 100, "center", "Home", 0);
    If you want that item to open in a new window, add this:
    Code:
    menus[0].addItem("http://www.dynamicdrive.com", "NEWWIN", 100, "center", "Home", 0);
    b) I don't really understand what you mean by "the time for a link".

    Good luck!

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
  •