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.

1724 questions
0
votes
2 answers

In mozilla my button not look good as it shown in chrome

I want to show my button in Mozilla like Chrome so please help me what will I do for it. This is my code. CSS: .green { background: linear-gradient(to bottom, #9CD645 0%, #8AC530 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid…
0
votes
1 answer

Iframe on mozilla popup issue

I have a problem with popups when I call iframe. Here is a picture: I don't want to get this popup. This is my script: function readfile() { alert(document.getElementById('iframe').contentDocument.body.firstChild.innerHTML); This is the call from…
0
votes
1 answer

FirefoxOS update 1.1 to 1.3 in LG D300?

So i have my LG D300 that can be called as LG Fireweb too I see the other devices like geeksphone have 1.2 or 1.3v, have a way to update LG D300 too? I'm googling like wildfire and i found nothing, someone can help?
Wagner Moreira
  • 1,033
  • 1
  • 16
  • 40
0
votes
1 answer

In html autostart option for audio control is not working in mozila firefox and chrome

I embed the music in my website. it's working in IE but auto start is not working in Mozilla and chrome. please help to fix this issue. HTML:
0
votes
1 answer

Cross Browser Scrollbar customization

I want to have my scroll bar color changed, I read couple of example online. But they relate to webkit browsers, and that doesn't work in -moz browser. I found a jquery plugin for all browsers called 'jquery custom scrollbar', but it got 3-4…
user3279410
  • 21
  • 1
  • 4
0
votes
1 answer

Syntax error on trying an example from MDN website

I was trying out a sample code for apply() from Mozilla Developer Network (https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript) The code I write is as below:- function Person( first, last ) { this.first =…
JunaidKirkire
  • 878
  • 1
  • 7
  • 17
0
votes
2 answers

CSS (font-size?) - Chrome vs Firefox on zooming out

Firefox and Chrome seem to appear with different font-sizes. html:
0
votes
1 answer

css for mozila and css for chrome

I would like to ask about a centering problem i have with a

on mozilla and firefox. You know, it looks nice on chrome but not on mozilla. Here the css I'm trying to tweak: .center-bottom, -moz-div.center-bottom { align-content: center; …

0
votes
2 answers

Internet Explorer specific html unordered list error

I want to remove the bullet icon provided by the
    HTML tag and in place I need a dash sign as the bullet. I've written the following code. It works perfectly fine with mozilla firefox, however IE 2013 shows both the circular bullet icon as…
    prabeancha
    • 11
    • 2
    0
    votes
    1 answer

    How to avoid "PHP Extensions “0” must be loaded" errror on magento installation?

    Hi all I am installing the magento 1.7.0.2 in ubuntu 12.04 on the xampp 1.8.3-2 and on the next page on installation it gives an error that PHP Extensions “0” must be loaded I followed the solution provided here which returns another error…
    Waseem
    • 193
    • 5
    • 18
    0
    votes
    1 answer

    How can I change page setup units from inches to millimeters?

    Can anyone please suggest me that how can change default page setup "margins" from inches to millimeters in Firefox browser? I'm using 26.0 version.
    user2743416
    • 79
    • 1
    • 2
    • 9
    0
    votes
    0 answers

    Gathering information from active browser tabs

    Let's assume that we have 2 tabs open (my website and the second). I would like to know if there is any chance for my website to gather information like f.ex: link of the "second" website, while Im there (while it's active)?
    Fastkowy
    • 1,285
    • 3
    • 15
    • 16
    0
    votes
    1 answer

    How to access and change html from addon(Mozilla Addon SDK) main code?

    Need to access html content from main code so that i can replace certain strings/words with another string and display in the web page.I have tried sending the array of strings from the main code to content script. Then i used jquery in the content…
    Ram
    • 21
    • 3
    0
    votes
    1 answer

    bootstrap 3 checkbox is disabled in firefox firebug

    I can't understand why my checkbox of bootstrap 3 is disabled in firefox firebug. I used the same code to add checkbox to my form before with same code.Here is my code.
    andDev
    • 275
    • 2
    • 5
    • 15
    0
    votes
    1 answer

    Profiling Javascript JIT in Firefox

    I recently came across this awesome article and presentation about Breaking the JavaScript Speed Limit with V8. This is awesome! However, I'm a Firefox fan and wondering if there's a way to profile the JIT for Mozilla's tools. Mostly I'd like to see…
    jocull
    • 20,008
    • 22
    • 105
    • 149
    1 2 3
    99
    100