Questions tagged [firefox3.5]

Version 3.5 of the Mozilla Firefox browser, which was released on 30 June 2009.

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

34 questions
3
votes
2 answers

Inpupt box animation in jQuery leaves a "trail", any way to get rid of it?

Using jQuery to animate a ASP.net textbox when it's focused leaves a trailing animation in Firefox 3.5. The effect is no longer visible after modifying the input box to have no border. The top box has no border and has no trailing animation,…
mwright
  • 4,099
  • 7
  • 30
  • 40
2
votes
1 answer

Image color differences in different browsers. (Firefox, Chrome, IE)

Oi! I have a question regarding the differences in how images are being rendered inside of Firefox then in Internet Explorer. Firefox version is 3.5.19 and Internet Explorer version is MSIE 7.0. Firefox…
E3pO
  • 493
  • 1
  • 9
  • 21
2
votes
1 answer

Attempting to use Segoe font in browser

I want to render a page with fonts mostly being font-family:"Segoe" (that line goes in the appropriate class selectors which I've verified are working), however I get back a standard font (times new roman I think). Why won't it work? I am on…
RCIX
  • 38,647
  • 50
  • 150
  • 207
2
votes
4 answers

FireFox 3.5 Fetches Image Sprite Repetitively - how to prevent?

EDIT: Mozilla fixed the bug. This thread is dead. EDIT: This is a Mozilla bug. See this thread: https://bugzilla.mozilla.org/show_bug.cgi?id=501853 I have a sprite I use for my images here: http://www.trailbehind.com/site_media/images/sprite.png In…
Andrew Johnson
  • 13,108
  • 13
  • 75
  • 116
1
vote
3 answers

At IE7, action "javascript:history.back()" in JSP jump back to main page, not previous viewed page

Below are the code pieces in one jsp page, the function is to jump back to previous page, it works on Firefox 3.5, but does not work on IE7, at IE7, it will jump back to main index page. how to enhance it to support IE7/Firefox at the same time?…
Emre He
  • 497
  • 11
  • 23
1
vote
4 answers

How to read directory using jQuery .ajax()?

Using jQuery .ajax() to read "./ex.html" returns the expected contents of the file in the first alert box. Using the same call just changing the request to "./" does not return an expected directory listing in the second alert box.…
CW Holeman II
  • 4,661
  • 7
  • 41
  • 72
1
vote
2 answers

Can Firefox use an SVG for a background

Can Firefox 3.5 use an SVG for a background image?
Philip Schlump
  • 3,070
  • 2
  • 20
  • 17
1
vote
2 answers

How to fix @font-face glitches in Firefox 3.5

In existing code I had CSS @font-face declarations for .EOT embedded fonts that worked flawlessly actually, in internet explorer. So now I read that Firefox does embedded now too, in 3.5, except it embeds .ttf fonts directly. So I altered the…
Mark
1
vote
2 answers

FF 3.5 extension: window.title is 'undefined'

From a sidebar in Firefox 3.5 I am getting a reference to the main window with: var mainWindow = window.QueryInterface(Components.interfaces.nsIInterfaceRequestor) .getInterface(Components.interfaces.nsIWebNavigation) …
Noah Watkins
  • 5,446
  • 3
  • 34
  • 47
1
vote
1 answer

Multiple Instances of Firefox and Visual Studio

After upgrading to FF3.5, I noticed Firebug is slower. A lot slower, it is annoying to debug web applications and have to wait 5 seconds to open a tab. After some googling, I got FF3.0 and FF3.5 running side by side, with different profiles. Now I…
wtaniguchi
  • 1,324
  • 14
  • 22
1
vote
2 answers

Offline storage in firefox 3.5 for file://

I was trying out the code for offline storage in firefox 3.5, taken from http://starkravingfinkle.org/blog/2008/05/firefox-3-offline-app-demo-part-2/. When the page loads i get a dialog prompting me that the application is asking for storing data,…
johnnyk
0
votes
1 answer

Need help for CSS layout bug only in FF 3.5.16

http://www.africanbushcamps.com/abc/ If you check with FF 3.5.16 (you can use the portable version to see), you'll see the left sidebar is in place, content and right sidebar goes down. I'm suspecting it might be some width confusion with left…
Weptile
  • 104
  • 2
  • 9
0
votes
1 answer

Why is my text messed up in Firefox 3.5 in Windows 7? (see pic) How can I fix this?

It only happens on some web pages, and only for some text items. On splurb.com, it is happening all over: http://scottelkin.com/images/splurb.jpg
Scott Elkin
  • 11
  • 1
  • 2
0
votes
1 answer

Firefox 3.5.3 horizontal menu drop-off

URL: www.htiops.com CSS: www.htiops.com/css/htiOps.css The last two links in the gray horizontal nav bar are vertically dropping down in FF 3.5.3. It doesn't happen in older versions of FF, IE7, O8, Saf3. Changing the font in #navBar ul li a from…
0
votes
1 answer

Is there any way to get the Firefox API's

Is there any way to get firefox Api so that i can access them programatially There any other method other than XPCom
subbu
  • 3,229
  • 13
  • 49
  • 70