Results 1 to 2 of 2

Thread: hint box

  1. #1
    Join Date
    Feb 2006
    Location
    colorado
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default hint box

    script: Top Navigational Bar (aka Smart menu)
    http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

    I'm sure this sounds stupid but I cant figure out how to change the yellow hint box upon hover.

    Thanks
    Aaron

  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

    Code:
    // AddItem(id, text, hint, location, alternativeLocation);
    // AddSubItem(idParent, text, hint, location, linktarget);
    Code:
    menu.addItem("webmasterid", "Web Building Sites", "Web Building Sites",  null, null);
    Code:
    menu.addSubItem("webmasterid", "Dynamic Drive", "Dynamic Drive",  "http://www.dynamicdrive.com/", "");
    - John
    ________________________

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

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
  •