Questions tagged [firefox-3]

Version 3 of the Mozilla Firefox browser. Released on June 17, 2007. This version was supported until March 30, 2010.

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

90 questions
6
votes
2 answers

Selectable input fields and textareas but no other content selectable in Firefox?

I need to prevent users from selecting elements in my web app UI, except for text in input fields and textareas. For Firefox, the technique seems to be to use this css: * { -moz-user-select: none; } And that works well enough (tested Firefox…
jwl
  • 10,268
  • 14
  • 53
  • 91
5
votes
2 answers

@import in @media not working in Firefox 3.0.3

This is what I have, which works in IE7, but not in Firefox: @media screen { @import 'screen.css'; } It works outside of the @media block in Firefox: @import 'screen.css'; UPDATE: This works: @media screen { .yui-d3f { border:…
Peter Coulton
  • 54,789
  • 12
  • 54
  • 72
4
votes
5 answers

Firefox 3 syntax error with external css

I get a strange syntax error in Firefox 3.0.10/Leopard when using the following html/css: foo.html:
Matt Van Horn
  • 1,654
  • 1
  • 11
  • 21
4
votes
2 answers

Why does FF3 say "Permission denied to get property HTMLDivElement.tagName"?

When I run this through FireFox 3: