Questions tagged [firefox6]

Version 6 of the Mozilla Firefox browser. Released on August 16, 2011.

Mozilla Firefox is a free and open source web browser developed for Microsoft Windows, OS X and Linux (including Android) coordinated by Mozilla Corporation and Mozilla Foundation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. wikipedia

18 questions
0
votes
1 answer

When I use javascript:alert(document.lastModified) alert appears, but no information enclosed

When I use the following, javascript:alert(document.lastModified), in Chrome to check whether my site was updated, the alert dialog box appears, but there is no content within the box. My page is powered by PHP, therefore it should display the time…
happy
  • 1
  • 1
  • 1
0
votes
2 answers

CSS3 multiple backgrounds?

According to QuirksMode, defining multiple backgrounds works in (at least) IE9, Chrome and Firefox 3.6. I have the following CSS: background: #190110 url("http://static.pokefarm.org/_img/gradients/dark_sky.png") repeat-x fixed left top; background:…
Niet the Dark Absol
  • 320,036
  • 81
  • 464
  • 592
0
votes
1 answer

.ogg and .webm video file not playing in firefox 6 through html5 video tag

here below are my codes i used: The page works fine on Google Chrome, Safari and Opera browser but i cant get the video to play in firefox 6 and IE 9. can anyone please say what is wrong? I thought that .ogg file is compatible with firefox but…
1
2