Questions tagged [mozilla]

DO NOT USE THIS TAG, it is going to be removed. The Mozilla Foundation is a non-profit organization that exists to support and provide leadership for the open source Mozilla project.

DON'T USE THIS TAG, it is going to be burninated.

The Mozilla Foundation is a non-profit organization that exists to support and provide leadership for open source Mozilla projects.

Mozilla Firefox is a free, browser built by Mozilla Foundation and Mozilla Corporation, first released in 2002 as 'Phoenix', becoming 'Firefox' in 2004.

1698 questions
69
votes
10 answers

Convert web page to image

What are some utilities to obtain an image of a webpage? Basically equivalent to taking a "screenshot" of the page after opening it.
jrharshath
  • 23,967
  • 32
  • 94
  • 126
60
votes
5 answers

MDN javascript docs for offline use

I am trying to make MDN's Javascript Reference available for offline browsing (personal use). I am not the website's owner nor developer, and I can only access its generated output. My first thought was to inject an HTML5 appcache.manifest in the…
Pierre
  • 17,004
  • 4
  • 38
  • 61
45
votes
4 answers

Using border-radius and box-shadow together (CSS)

Ok, I know neither of these properties are completely supported yet, but I'm using them anyway :P When I add a border-radius and box-shadow (with and without vendor prefixes), the radius of the border-radius is not transparent to the…
Gary
  • 833
  • 3
  • 9
  • 16
37
votes
2 answers

PDF.js scale PDF on fixed width

I have a fixed box where I want to display my PDF's in rendered by PDF.js. As PDF.js documentation is not really accessible (spitting through their source files), I'd like to know whether it's possible to scale a rendered PDF on a fixed width. When…
sluijs
  • 3,588
  • 4
  • 25
  • 34
35
votes
5 answers

IE & Firefox - custom drop down could not remove native arrows

I'm trying create a custom drop down control and I need to hide the arrows from the native controls. I'm using the following CSS, which is working for Chrome and Safari, but not in Mozilla and IE. select.desktopDropDown { appearance: none; …
Anton Belev
  • 7,909
  • 18
  • 59
  • 103
29
votes
5 answers

Page load time in Google Chrome or Mozilla Firefox

Is there a way to check how long does it take for the page to load? EDIT: I will extend the question a bit. Say you are working on a ASP.NET project and when you run your project within the Visual Studio there is some loading time before you can see…
Anton Belev
  • 7,909
  • 18
  • 59
  • 103
22
votes
11 answers

chrome/safari display border around image

Chrome and Safari are displaying a border around the image, but I don't want one. There is no border in Mozilla. I've looked through the CSS and HTML, and I can't find anything that is fixing it. Here is the code:
golf_nut
  • 411
  • 1
  • 4
  • 16
22
votes
0 answers

What does " Mozilla/5.0" in user agent string signify?

I am using $_SERVER['HTTP_USER_AGENT'] to record the user's browser and operating system in use after he logs in my website, when I echo this it shows me these Firefox Mozilla/5.0 (Windows NT 6.1; rv:10.0.2) Gecko/20100101…
Random Guy
  • 2,676
  • 5
  • 17
  • 31
21
votes
3 answers

Can I use Mozilla Public License 1.1 (MPL) in a commercial app?

There are a couple of threads talking about license issue. Mostly focusing on GPL/LGPL/BSD. I am trying to use RabbitMQ in commercial applications, which is licensed under Mozilla Public License(MPL). Is MPL friendly to commercial use? I found a…
Lily
  • 5,542
  • 17
  • 53
  • 73
20
votes
4 answers

Does Content Security Policy block bookmarklets?

Does Mozillas CSP block to execute Javascript from a bookmark by default? Can it be configured to do so?
PiTheNumber
  • 20,216
  • 13
  • 96
  • 165
20
votes
1 answer

How to set Helvetica font?

How to set Helvetica font? I add css: body { font-family: Helvetica, Sans-Serif; color: #444444; font-size: 9pt; background-color: #FAFAFA; } but in Mozilla I see MS shell dlg font. Why is this happens and how will repair…
Mediator
  • 13,836
  • 33
  • 104
  • 177
20
votes
9 answers

What is the concept of Array.map?

I am having problems understanding the concept of Array.map. I did go to Mozilla and Tutorials Point, but they provided very limited info regarding this. This is how I am using Array.map. It is a little complex (a bit of d3.js involved; just ignore…
user2412575
19
votes
3 answers

Chrome and Firefox are not able to access iPhone Camera

The below code of HTML and JavaScript var video = document.getElementById("video"); navigator.mediaDevices.getUserMedia({video: true, audio:…
Simon Fernandes
  • 228
  • 1
  • 3
  • 13
17
votes
2 answers

Unexpected token in CSS when editing it in vnext

When I try to write some css through Vnext or Webmatrix v2 beta I got error that unxpected token : sometime I change something and got error that unexpected error ; When I try this body { background-color :Aqua; } I wonder all browser…
user928770
  • 191
  • 1
  • 1
  • 7
17
votes
5 answers

Why do different browsers render the same HTML differently?

This is an html page : Frame Set