Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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.