Web Analytics Made Easy -
StatCounter NS6 onmouseover, onmouseout - CodingForum

Announcement

Collapse
No announcement yet.

NS6 onmouseover, onmouseout

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • NS6 onmouseover, onmouseout

    does anybody know the syntax to make
    for mouseover events relating to the status bar in NS6 work?


    Thanks
    bedardinc.com
    A+,Network+, MCP W2K
    Sites I have worked on
    patriotsweekly.com
    smileysbookstore.com

  • #2
    Umm, the same as any other browser:

    <a href="bla.html" onmouseover="window.status = 'hello!'; return true" onmouseout="window.status = ''">bla</a>
    jasonkarldavis.com

    Comment


    • #3
      No that doesn't work that is how I have it now.

      Please look at

      family.bedardinc.com/600/1997.html

      using NS6 and put the mouse over

      any images

      I bet this is another unsupported thingy in NS6.

      Thanks
      bedardinc.com
      A+,Network+, MCP W2K
      Sites I have worked on
      patriotsweekly.com
      smileysbookstore.com

      Comment


      • #4
        Works fine in Mozilla 1.0

        The NS7 PR browser is based off of Mozilla 0.9.9 I believe, and early NS6 builds were based off of ancient Mozilla builds - this may have been a bug that was resolved a LONG time ago.
        jasonkarldavis.com

        Comment

        Working...
        X