Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

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

  • 3 respostas
  • 2 têm este problema
  • 3 visualizações
  • Última resposta de 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.

Todas as respostas (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.