firefox

How to create a file using javascript in Mozilla Firefox

Hi, I want to write a function in javascript which creates a file and write some content to it, iam working with firefox, can anybody help me in this case. Thanks... ...

How to change the scroll bar color in Firefox(Specific) ?

I need to change the scroll bar color in Firefox. Using CSS I am able to change scroll bar color in IE. It works fine. But I cannot see the change in Firefox. I dont want any custom scroll bars. I want to apply the color to the default scroll bar only. ...

How to discover de proxy used in a pac

Hello, In FireFox internet connection is made through a proxy auto config file "something.pac" How do I know for a certain URL which proxy server is being used? Thanks. ...

Automating Web Access and Watir

I'm building a Ruby program that uses several other programs, and while most of them are programs I can download and run on this computer, one has to be accessed and run through a web browser. I actually have two questions: I've found Watir which looks like a good web automation tool, but it's meant for testing. Is it still okay to use ...

How to register an nsIModule DLL on Windows

I've created a Windows library with an implementation of nsIModule (and nsIProtocolHandler) a while ago. I've only recently got round to debugging it some more, but FireFox doesn't run my library any more. I've tried to register my module again, with regxpcom and deleting xpti.dat and compreg.dat, but my contract-id doesn't get listed. I...

Why does the existing hidden rows are not displayed when I added two rows to the jsp in Firefox3.6?

I have added two rows to a jsp which are displayed one at a time based on the text entered. There are two other rows which are already existing and they are displayed based on their own conditions not related to my changes. All this process works fine in IE6, Chrome, Opera 10 and Safari 4. Except Firefox 3.6: my two rows are displayed as...

"user-select: none" and strange behaviour in Firefox

I am trying to prevent text highlighting in Firefox for some, but not all elements on the page. Consider the following: <div style="-moz-user-select: none;"> I cannot be highlighted <div style="-moz-user-select: text;"> I should be highlightable, but am not. </div> </div> As I understand it, using the above css rules, th...

firefox bookmarks folder path

How I can find path to bookmarks folder in firefox. My disk is pluged via USB as an external hard disk and I want to find my bookmarks and save them on my notebook. ...

How to save a tab's memory state in Firefox/Chrome?

I want to be able to save a tab's state in Firefox or Google Chrome so that I can restore it later, through writing a custom add-on/plug-in/extension. The closest thing I can find is Firefox's session store API, which can save form data and scroll position. However, I want to save Javascript state too. In addition, if possible, I want t...

Plain JavaScript execution in Firefox/Internet Explorer after browser navigation

Hello there, In IE8, history navigation (back/forward) causes code to be executed on the onload handler. How can I get Javascript in Firefox to also execute after a back or a forward? Thanks ...

Firefox 3.6 hit testing overlapping SVG shapes

I am drawing 2 SVG paths much like Google Maps does with directions. The problem I have is that the section of the first path that is overlapped by the bounding box of the second path won't fire the mouseover, mouseout or click events. Even though the event handlers are on the path dom element the events seem to fire when the mouse is ...

IE/Firefox CSS confusion: Why does my table have inside borders on Firefox, but not IE?

Ok - I'm having a problem with CSS not displaying correctly between IE and Firefox... The big problem is that we have a ridiculous number of CSS files (and this isn't something that is currently scoped to fix), and I can't seem to find what style is being applied. Any way, here's what I'm looking at: On the shopping cart page for our s...

OnFocus and OnBlur style changes works in Fire Fox but not in IE

Hi all, I have the following styles in my CSS: .on_focus { background-color:yellow; } .off_focus { background-color:white; } Then I have this input in my form: <label>Last Name</label><br/> <input id="l_name" class="text" type="text" name="l_name" maxlength="20" onfocus="this.className='on_focus'" onbl...

Problems targeting link in flash to an iframe for firefox

I'll consider myself a newbie, I've made buttons in a flash menu to play animation and go to a url on click, and I've made it so that the url page loads in an iframe. Everything works fine on Safari, but it ends up loading the url page in a new tab for Firefox. If anyone has a solution, it'll be really appreciated. Thanks so much. He...

A Firefox plugin to display the distance between the sides of an element and its parent

Does such an add-on exist for Firefox? ...

document.fileSize Browser Support

Does any browser other than IE support document.fileSize, or the equivelant? http://msdn.microsoft.com/en-us/library/ms533752(v=VS.85).aspx ...

Funny behavior in firefox hover on div

Problem solved, thanks everybody Here's the problem I have something like this <a href='http://google.com' class="buy_now" > <div class='yada yada' > Go </div> </a> buy_now has background-color on :hover In chrome it works In firefox, while hovering, it keeps flashing / blinking etc Is there anything wrong with my code or this ...

Inconsistent height of text input elements between Firefox and WebKit

OK, I realize that this is something of an eternal question, but here goes: I've got a single text input, <input type="text" name="whatever" /> and I've specified its font-family, font-size and padding. Yet, even on the same machine (my Mac, let's say), the input has a different height in Firefox (3.6) than it does in Chrome or Safar...

IE version of Firefox's Live HTTP Headers

Is there any free equivalent of Firefox's Live HTTP Headers for IE? Proxy servers are okay, provided they are free. ...

How do I use SVG images interchangably with PNGs in Firefox?

My project supports users uploading their own icons to be used for various entities in the system. I'd like to support SVGs, as this means that the same image can be scaled nicely and thus used in multiple places. Firefox has a current bug that prevents SVG files being used in <img> tags. It was my understanding from my other xhtml work...