Results 1 to 4 of 4

Thread: Tackle this onMouseOver window status question....

  1. #1

    Thread Starter
    Fanatic Member tim_l_012's Avatar
    Join Date
    Mar 2001
    Location
    Next to a Coffee Cup.
    Posts
    641

    Angry Tackle this onMouseOver window status question....

    How can I add window status stuff to the menu given here..

    I have tried and tried, but I can't seem to get it..
    I need someone smart to check this code out, and add window status to it for me..

    In the meantime I will try, but it would be a great help if someone was cool enough to find this out for me.

    the link to the site where I got the menu from is:

    http://www.dynamicdrive.com/dynamicindex1/davidmenu.htm

    Thanks All,
    /: Tim :\____________________
    \: VB, HTML, ASP, VBScript, QBASIC, JavaScript :/

  2. #2
    scoutt
    Guest
    try this. on line 71 or so of the ssm.js file, add this in the a href tag.

    onmouseover="window.status=\ ''+ssmItems[i][0]+'\ ';return true;"

    so i t should look like this.

    <A HREF="'+ssmItems[i][1]+'" target="'+ssmItems[i][2]+'" CLASS="ssmItems" onmouseover="window.status=\ ''+ssmItems[i][0]+'\ ';return true;">

    that should do the trick.

    and where the \ are make sure there is no space after it. so it will be \ and then ' close to each other.

    this forum makes it disappear if they are next to each other.

  3. #3
    Hyperactive Member parkes's Avatar
    Join Date
    Jan 1999
    Location
    Unitied Kingdom
    Posts
    303
    And this bit turns the windows.status back off

    onmouseout="window.status=\''+'\';return true;"
    Thanks in advance for any help provided.

    VB 6 Enterprise Edition SP4
    ADO, SQL 7/2000, ASP and some JavaScript


    >> Life goes on, but for how long? <<
    If you can smile when things go wrong, you have someone in mind to blame

  4. #4

    Thread Starter
    Fanatic Member tim_l_012's Avatar
    Join Date
    Mar 2001
    Location
    Next to a Coffee Cup.
    Posts
    641
    I dunno where im goin wrong, but my menu just disappeared...
    Im using Notepad to edit this, and I'm designing my site for IE5.5

    Could someone attach a copy of ssm.js for me?? (With the mouseover thingy.. )

    Thanks All,
    /: Tim :\____________________
    \: VB, HTML, ASP, VBScript, QBASIC, JavaScript :/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width