|
I cannot start Firefox on my Mac. It just says "A copy of Firefox is already open. Only one copy of Firefox can be open at a time." I have tried restarting the computer. Any fixes?
You have suggested deleting the lock files in my profile, but, I don't...
Started by Isaac Waller on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
First, right click on the Firefox icon and try clicking Force Quit....
If firefox sees an active instance of itself when it starts, it skips creating another instance the Firefox process is still running even after you close the program.
|
|
I am using yaml for layout and famous clearfix css to make sure container with floats get extended.
Everything works fine with Firefox 3, IE6, IE7, IE8, Opera 9 and Google Chrome, but I have issue with Firefox 1, Firefox 2 and SeaMonkey. The problem is...
Started by Milan Babuškov on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Try replacing clearfix with this technique and your problem should be solved.
If you would rather.
|
|
My website is working fine on IE, but when I open it on Firefox, Firefox asks to download the same page and opens the Download File dialog. This problem occurs sometimes in Safari also.
For example, if I type in the URL as:
http://www.example.com/news...
Started by RPK on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
This appears to be a problem with the MIME type being sent by your server in the HTTP header.
|
Ask your Facebook Friends
|
I keep setting the starting page manually to empty, but after each plugin install or firefox update it is again set to the firefox starting page.
Is this normal behaviour? Or could the be beause of a plugin? Or some setting, or hidden setting?
This is...
Answer Snippets (Read the full thread at superuser):
Try setting Tools Menu - Options - Main - When Firefox starts : show a blank page (instead of home page)
This should work as you are just deleting....
This may solve your problem.
On the radio button that tells FF to start with a blank page .
|
|
Every now and then while browsing, my Firefox CPU usage shoots up to the max possible (that's 50% for my dual processor laptop). It remains at max usage even when I close all the tabs. In fact, the Firefox process keeps running even after I close Firefox...
Started by Nikhil on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
I was browsing the Adobe forum recently and found a page linking suspect one of them
I had this problem....
Guess what, for me use Chrome, Firefox or IE).
problem gone.
Upgraded to Firefox 3.5...
Various "fixes", none really worked...
|
|
I'm having issues with Firefox 3.5.3 Windows embedding Flash using wmode.
If I set the wmode parameter to 'transparent' or 'opaque' Firefox 3.5.3 Win XP (Flash player 10.0.32.18 r32) completely fails to embed the movie, but it works in everything else...
Started by Jamie on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Not ideal at all....
The only way I could get this to work was to steal the YouTube non-compliant embed code and edit it a bit .
Maybe you could give FlowPlayer a try
Flowplayer isn't an option unfortunately .
I really despise SWFObject for this very reason.
|
|
Hello,
I have a big problem with IE8 where I use the jQuery framework.
What works on Firefox, it doesn't work as well in IE8. I am not even checking IE7 :).
Basically, I have simple animations that show/hide div layers and also that move top/down - left...
Started by dsuser on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
This isn't a problem with jQuery, it's to do with the way Internet Explorer.
I notice that the release notes for more information.
That may fix your problem.
I would go for the latest 1.3.2.
|
|
You know how when you hover over an image or a link, or even a form box, you'll get a little box of text that appears? Well, I get an empty box. Not sure what might be blocking that text from showing up, but it's really annoying.
I'm running Firefox 3...
Started by DanIzzo on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
F511df1aff2673
Just a head's up in case you're seeing blank tooltips in Firefox 3.5 (now available that Internet Explorer (incorrectly) displays text in this box using "alt" attribute, whereas Firefox will use.
|
|
I've written a Java applet . A user reports that he tried to run it in Firefox 3.0.3 on OS X 10.5.5 but no go. It wants him to download a plug-in, but when he tells it to install missing plug-ins it can't find the appropriate installer...
What is going...
Started by Paul Reiners on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I had to change:
<param name = "type" value = "application/x-java-applet;version=1.6">
to
<param name = "type" value = "... .
I had to make a change in my HTML.
Here's a link for it on the download page.
You have to get java from Apple, not Sun.
|
|
Text Scrolling doesn't work in firefox (In IE it does).
Markup + javascript:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <script type="text/javascript" language...
Started by samuel on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
HI;
Not specifying units in a declaration for "top.
Firefox does not and gives you an error.
Change this line value.
Will cause an error in Firefox; this is exactly what your problem is.
|