当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

OnMouseOver javascript work only 1st time action? How to fix this?

  • 3 件の返信
  • 2 人がこの問題に困っています
  • 3 回表示
  • 最後の返信者: PlasmaLord

more options

This appear on my webpage. I use javascript event "OnMouseOver" to call function. It's work only 1st time mouse over my object. When I try to move my mouse over other object that call same function. It doesn't work.

This appear on my webpage. I use javascript event "OnMouseOver" to call function. It's work only 1st time mouse over my object. When I try to move my mouse over other object that call same function. It doesn't work.

すべての返信 (3)

more options

Your System Details shows;

Installed Plug-ins

Adobe Shockwave for Director Netscape plug-in, version 12.0.2.122 Adobe Shockwave for Director Netscape plug-in, version 11.0

more options

A good place to ask advice about web development is at the mozillaZine "Web Development/Standards Evangelism" forum.

The helpers at that forum are more knowledgeable about web development issues. You need to register at the mozillaZine forum site in order to post at that forum.

more options

Also this is next problem I found on firefox. Comment in stylesheed document break all code after that comment.

example.

.xxx{ stylesheet code 1

/* comment

  • /

stylesheet code 2

}

stylesheet code 1 work. But stylesheet code 2 doesn't work.

OK. I don't mind u fix problem or not I just try to tell problem I found. Because that is ur company not mind. Just may be can help to improve ur work.