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
1 answer

Select box border radius not working on Galaxy Tab 3

I'm just doing a bit of cross-browser and cross-device testing for my website and I've noticed that on Galaxy Tab 3's my select boxes have no border-radius. Having put a breakpoint in my code I can see that this browser is a Mozilla browser. I've…
andyfurniss
  • 283
  • 1
  • 3
  • 12
0
votes
1 answer

Rendered font becomes default font in Mozilla-Ubuntu 12.04

I am making a website in which i am using "Gotham" Font throughout. On a button click, i display a Modal ( Bootstrap Modal). But when the modal comes, the font of entire screen changes to the default font of Mozilla. If i specify Font-family…
Diffy
  • 2,339
  • 3
  • 25
  • 47
0
votes
2 answers

Image not showing in IE but is showing in Mozilla - Odd

If you look at this link: http://www.internetworld.co.uk/g/2010/ExhibLogos/ExhibID_137_Graphic1.jpg. In IE8, it doesn't show. In Mozilla it does. I have no idea as to what would cause this issue as this is just a bog standard jpg. This is also…
webnoob
  • 15,747
  • 13
  • 83
  • 165
0
votes
0 answers

C++ xpcom components compile success but can not access by contract id

C++ xpcom components compile success but can not access by contract id Error message: TypeError: Components.classes["@cozmixng.org/xpcom-sample/Calc;1"] is undefined I check out the xpcom-test source code from github,make some changes to compile on…
0
votes
1 answer

SVG cannot display on Chrome and Mozilla

As the title, the below SVG can't be displayed in Chrome and Mozilla. Below is my code: document.write("Some Words...
0
votes
1 answer

Input textbox in html form working fine on Firefox not working on Chrome and Safari

I have a submit form in my website which works well with Firefox but does not work on Chrome and Safari. The input textbox is the only element giving trouble, all the other elements work fine with every browser. Do someone have a solution for…
tbfp
  • 147
  • 14
0
votes
1 answer
0
votes
1 answer

Mozilla Browser Compatibility UI issue

When i fix the issues for Mozilla compatibility they work fine on my system, but when i want to check those changes on a different PC using same version of Mozilla, I am getting some UI issues. Same version of Mozilla are giving different height &…
0
votes
0 answers

Mozilla doesn't read video

Since 2 days I have very nasty problem.www.y-angel.com.Except Mozilla every other browser open the videos in showreel and shorts buttons.I tried .mp4, .webm - they still are in the html and .ogg but nothing!Can someone help with this.I read a lot of…
0
votes
1 answer

SVG path(Raphael.sketchpad.js) not smooth in Chrome, but smooth in Firefox

I have a SVG layer over a image (png in the background). The SVG is is put above the image by z-index and is given "pointer-events:none". The path drawn on the SVG is done through raphael.sketchpad.js and creates a path (as an example) as:
Hardik Dave
  • 676
  • 1
  • 6
  • 17
0
votes
1 answer

Access application Using url in other Machine

I have web apllication which runs in localhost using eclipse,i am trying to access that from other computer using URL...but the browser throwing error. The connection has timed out The server at xyz.xyz.1.2 is taking too long to respond. The site…
goodyzain
  • 683
  • 2
  • 8
  • 21
0
votes
1 answer

Are cache settings supported by any modern browsers?

Yes, I know headers are better. But we've all dealt with that system where we want something to be cached (HTML only in this case as it's a tag) like so: It does not appear to work when I…
Jaimie Sirovich
  • 1,088
  • 2
  • 10
  • 14
0
votes
2 answers

CSS Browser Specific Margins

I’ve been pulling my hair out about trying to get a couple of elements to line up across browsers. I am working in Drupal 7, if that matters. I am working on a local vbox vagrant machine, so I cannot link to the content. It also will not let me…
0
votes
1 answer

Site works in Safari but not in Firefox

Relatively newbie here. I have pulled my hair out trying to figure out why my site works in Safari but not in Firefox. My firefox browser is up to date. It is as if Firefox is totally ignoring the CSS style settings. I am sure the solution is SO…
Toshi
  • 23
  • 1
  • 7
0
votes
1 answer

Internet explorer and %

Does someone know how I can use a % on the height and width of an image? On Chrome, Mozilla, Safari and Opera it works fine, but on Internet Explorer sometimes it shows me the images with 100%, other times with 160% ... every time that I refresh the…