Results 1 to 4 of 4

Thread: menu_com.js - Again

  1. #1
    Join Date
    Jun 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default menu_com.js - Again

    Hello again,

    I am using menu_com.js located at http://www.dynamicdrive.com/dynamici...menu/index.htm

    I would like to know if I or you can put something like an alt="" so when you hover the mouse over a menu item, it will show a small discription like you do when you hover over an image on the screen.

    I hope you understand my question and thank you in advance, again.

    Craig Stover

  2. #2
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by craigstover
    Hello again,
    In future, don't create a new thread just because you didn't get the answer you were looking for. You were asked to follow the posting format - a simple follow-up would have sufficed.

    Mike
    Last edited by mwinter; 06-09-2005 at 09:45 AM. Reason: I stand corrected

  3. #3
    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

    Actually it is pretty easy to do something like what you are asking. In the exmplmenu_var.js file that is used with this menu, each menu item has a TextToShow field. Say the text you want shown is 'Links' and the hover description you want is 'Hot Links!', then the thing should look something like this:

    Code:
    Menu1=new Array("<span title='Hot Links!'>Links</span>","http://www.dynamicdrive.com","",0,20,138);
    - John
    ________________________

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

  4. #4
    Join Date
    Jun 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thank you jscheuer1

    Your code works great! Thank you very much!

    Craig

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
  •