Questions tagged [firefox7]

Version 7 of the Mozilla Firefox browser. Released on September 27, 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

10 questions
24
votes
1 answer

Javascript's `window.resizeTo` isn't working

I'm trying to create a bookmarklet to do some very specific resizing to do browser size testing, and I can't seem to get the web browser to resize using window.resizeTo. Overly simplified example that doesn't…
zzzzBov
  • 174,988
  • 54
  • 320
  • 367
9
votes
5 answers

webdriver firefox 7 maximize window

I've been using the following example to maximize my windows in my WebDriver tests, I upgraded to Firefox 7, and the script quit working. I don't get an error, the window just does not maximize, wondering if anyone else has seen this or know why…
Green
  • 1,405
  • 4
  • 21
  • 27
1
vote
2 answers

Background image not centred in Firefox7 for Windows

Using Browserlab, it appears that the background image is not centred in Firefox7 for Windows on this site: http://carolineelisa.com/wp/boy/ The css I am using is below, as is a screenshot. Any ideas how I can fix this? Thanks! CSS: html { …
Caroline Elisa
  • 1,246
  • 6
  • 18
  • 35
1
vote
1 answer

Centred, absolutely positioned element looking good in all but Firefox7 for windows

I have managed to get my absolutely positioned menu looking good in all but Firefox 7 for Windows (according to Browserlab). http://chantalwholesalers.co.nz/wordpress/ The CSS: #primary-menu { margin-right: -490px; position: absolute; …
Caroline Elisa
  • 1,246
  • 6
  • 18
  • 35
1
vote
1 answer

google web fonts in firefox 7.0.1

I have a problem to load the google web fonts on firefox body, input, select, textarea, h1, h2, h3 { font-family: "Ubuntu Condensed",sans-serif !important; }
1
vote
1 answer

Where I can subscribe a list of Javascript API to be obsoleted before the browser release?

I am just hitting a bug due to Firefox 7 has removed some non-standard attribute (they have no moz- prefix) and cause my scripts fail on Firefox7. Ref: https://developer.mozilla.org/en/DOM/File In order to prevent it happen again. I am interesting…
Dennis C
  • 24,511
  • 12
  • 71
  • 99
0
votes
1 answer

CSS StyleSheet Not Loading on my website - FF7(Ubuntu)?

I have updated my word press theme but the css stylesheet doesn't seem to be working on FF7 on Ubuntu OS. It works perfectly on IE, Chrome, Safari & FF on Windows & Mac; but for some reason, it's not loading on FF in Ubuntu. It loads well using…
JD09
  • 1
  • 1
0
votes
1 answer

Weird margin under body-element on website when viewed with Firefox 7

My website that I'm currently working on have a problem in Firefox 7. A margin pushes the gradient in #wrapper up from the bottom and ruins the flow. I've reset the margin to 0 on body and html already and can't seem to find anything to explain…
Victor Bjelkholm
  • 2,177
  • 9
  • 28
  • 50
0
votes
2 answers

Firefox 7 does fullscreen browser window

I am unable to resize a browser window using javascript in Firefox 7. This code works in all the browser so far I have checked. Does anyone know why it is not working in firefox 7. In my example I am trying to resize a window which is opened as a…
Ashwin
  • 12,081
  • 22
  • 83
  • 117
0
votes
1 answer

Disable javascript's domain restrictions in FF 7.0

I am developing a small html + JS app for my own use and being ability to access IFrame's content or opened windows' contect with Javascript would greatly improve my productivity. Is it possible to disable the cross domain restrictions imposed by…
Maurycy
  • 1,324
  • 1
  • 11
  • 33