Mozilla VPN is currently experiencing an outage. Our team is actively working to resolve the issue. Please check the status page for real-time updates. Thank you for your patience.

Questo sito potrebbe offrire funzionalità limitate durante le operazioni di manutenzione per migliorare l'esperienza utente. Se un articolo non risolve il tuo problema e vuoi richiedere supporto, la nostra comunità di supporto è pronta ad aiutarti tramite @FirefoxSupport su Twitter e /r/firefox su Reddit.

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

I just loaded firefox but our club websites music does not play, some text is missing and some links do not work.This seems like a lot of problems I didn't have with EI. How do I fix these?

  • 4 risposte
  • 1 ha questo problema
  • 4 visualizzazioni
  • Ultima risposta di cor-el

more options

Question I just loaded firefox but our clubs websites music does not play, some text is missing and some links do not work or do not even show up .This seems like a lot of problems I didn't have with EI. How do I fix these?

Question I just loaded firefox but our clubs websites music does not play, some text is missing and some links do not work or do not even show up .This seems like a lot of problems I didn't have with EI. How do I fix these?

Tutte le risposte (4)

more options

http://www.hvmarc.org

That's not a real web page, it's an Office document with an html file type.
See this Validation report.

more options

I'm sorry....your light years ahead of me in your answer. Everything worked fine in IE browser. This site has been up for 4-5 years and worked fine . Now I don't get the music on the pages, text is missing and links don't work. Can it be fixed so I can stay on firefox?

more options

For the record. For me, looks O.K. with music in IE9. Looks O.K. but no music in Firefox 8.0 and Chrome. Doesn't finish loading in Opera.

more options

BGSOUND only works in IE and not in Firefox.

 <bgsound src="index_files/sound266.wav" loop=infinite>

You can use one of these codes:

<object data="index_files/sound266.wav" type="application/x-mplayer2" width="0" height="0">
<param name="filename" value="index_files/sound266.wav">
<param name="autostart" value="1">
<param name="loop" value="99">
</object>


<embed src="index_files/sound266.wav" type="application/x-mplayer2" autostart="1" playcount="99" height="0" width="0">
<noembed><bgsound src="index_files/sound266.wav" loop="-1" ></noembed>

Modificato da cor-el il