Having trouble seeing webpages in Mozilla Firefox

Hello, Mozilla Community I'm contacting you to ask for help with a problem I'm having with Mozilla Firefox so that I can visit https://bestrealtorsinpensacola.com. It won… (மேலும் படிக்க)

Hello, Mozilla Community I'm contacting you to ask for help with a problem I'm having with Mozilla Firefox so that I can visit https://bestrealtorsinpensacola.com. It won't load, and I'm not sure if that's because of a bug in the website, a browser issue, or something else entirely.

Does anyone else have knowledge of this problem or recommendations for a fix? I've attempted removing addons and cleaning the cache in my browser, but the issue still exists.

I would be grateful for any advice or ideas on improving the usability of the website. Thank you in advance for your assistance.

Asked by Ralex Yalvem 5 நிமிடங்கள் முன்பு

Animation CSS on my web site doesn't work on firefox

Hello, I made animations CSS on my web site and everything was working great on all browsers. I just see that it doesn't work anymore only in firefox... here is my code:… (மேலும் படிக்க)

Hello, I made animations CSS on my web site and everything was working great on all browsers. I just see that it doesn't work anymore only in firefox...

here is my code:


/* -------------------------------------- */ /* ANIMATION ANE */ @keyframes mouvement-uniforme {

   0% 		{ animation-timing-function: linear; transform: translateX(-500px); }
   100% 	{ animation-timing-function: linear; transform: translateX(30px); }

}

@-webkit-keyframes webkit-mouvement-uniforme { 0% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(30px ) translateY(-2px ) rotate(-2deg); } 2% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(60px ) translateY(2px ) rotate(2deg); } 4% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(90px ) translateY(-2px ) rotate(-2deg); } 6% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(120px ) translateY(2px ) rotate(2deg); } 8% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(150px ) translateY(-2px ) rotate(-2deg); } 10% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(180px ) translateY(2px ) rotate(2deg); } 12% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(210px ) translateY(0px ) rotate(-1deg); } 14% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(240px ) translateY(1px ) rotate(1deg); } 18% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(0deg) translateX(240px) translateY(2px ); } 24% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(1deg) translateX(240px) translateY(-2px ); } 28% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(0deg) translateX(240px) translateY(3px ); } 32% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(0deg) translateX(240px) translateY(-1px ); } 34% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(1deg) translateX(245px); } 36% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(0deg) translateX(-2px); } 38% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(-2px) translateY(2px ); } 40% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(-245px); } 42% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(-245px) rotate(1deg) translateY(-2px ); } 43% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(-245px) rotate(-3deg); } 100% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(0px); } }


@-moz-keyframes moz-mouvement-uniforme { 0% { -moz-transform: translateX(30px ) translateY(-2px ) rotate(-2deg); } 2% { -moz-transform: translateX(60px ) translateY(2px ) rotate(2deg); } 4% { -moz-transform: translateX(90px ) translateY(-2px ) rotate(-2deg); } 6% { -moz-transform: translateX(120px ) translateY(2px ) rotate(2deg); } 8% { -moz-transform: translateX(150px ) translateY(-2px ) rotate(-2deg); } 10% { -moz-transform: translateX(180px ) translateY(2px ) rotate(2deg); } 12% { -moz-transform: translateX(210px ) translateY(0px ) rotate(-1deg); } 14% { -moz-transform: translateX(240px ) translateY(1px ) rotate(1deg); } 18% { -moz-transform: rotate(0deg) translateX(240px) translateY(2px ); } 24% { -moz-transform: rotate(1deg) translateX(240px) translateY(-2px ); } 28% { -moz-transform: rotate(0deg) translateX(240px) translateY(3px ); } 32% { -moz-transform: rotate(0deg) translateX(240px) translateY(-1px ); } 34% { -moz-transform: rotate(1deg) translateX(245px); } 36% { -moz-transform: rotate(0deg) translateX(-2px); } 38% { -moz-transform: translateX(-2px) translateY(2px ); } 40% { -moz-transform: translateX(-245px); } 42% { -moz-transform: translateX(-245px) rotate(1deg) translateY(-2px ); } 43% { -moz-transform: translateX(-245px) rotate(-3deg); } 100% { -moz-transform: translateX(0px); } }



@-ms-keyframes ms-mouvement-uniforme {

   0% 		{ -ms-animation-timing-function: linear; -ms-transform: translateX(-500px); }
   100% 	{ -ms-animation-timing-function: linear; -ms-transform: translateX(0px); }

} @-o-keyframes o-mouvement-uniforme {

   0% 		{ -o-animation-timing-function: linear; -o-transform: translateX(-500px); }
   100% 	{ -o-animation-timing-function: linear; -o-transform: translateX(0px); }

}


.position { position: relative; top: -200px; left: -280px; float:left; }

.bouge { animation: mouvement-uniforme 60s ; -webkit-animation: webkit-mouvement-uniforme 20s ; -webkit-animation-iteration-count: infinite; -webkit-animation-fill-mode: forwards; -webkit-animation-duration: 15s; -webkit-animation-delay: 0s; -webkit-overflow-scrolling: auto!important;

-moz-animation: moz-mouvement-uniforme 20s; -moz-animation-iteration-count: infinite; -moz-animation-fill-mode: forwards; -moz-animation-duration: 15s; -moz-animation-delay: 0s;

-ms-animation: ms-mouvement-uniforme 10s ;

-o-animation: o-mouvement-uniforme 10s ; }



It was working fine before on firefox. it works on other browsers (opera, Edge,..) Do something changed? it's a long time that i didn't chek it so...

this is the page where a donkey should appear at the bottom of the page:

https://www.campingnoroc.com/en/our-campsite/


Thanks a lot for your help!!

Asked by Pierre MARTIN 3 மணி நேரத்திற்கு முன்பு

White screen

Whenever I try to log into my online banking all I get is a white screen, nothing whatsoever. I can log in just fine using the dreaded Microsoft Edge or Chrome but firef… (மேலும் படிக்க)

Whenever I try to log into my online banking all I get is a white screen, nothing whatsoever.

I can log in just fine using the dreaded Microsoft Edge or Chrome but firefox will not work.

Now, I do know that I have actually logged in with firefox because if I come back to the page 10 minute later I get a banking message saying that as I haven't done anything for 10 minutes it has now logged me out!

I have cleared cache & cookies, I've started in safe mode and looked at the threads in the forum but nothing helps.

This is happening on all instances of firefox that I have, work, home, laptop.

please help

thanks

Asked by It's me 2 மணி நேரத்திற்கு முன்பு

Firefox automatically download files .docx from facebook page as pdf

Hello, I have problem with firefox. When I try download from facebook page files .docx, .xlsx (Microsoft Office) Firefox automatically download it as PDF and file is brok… (மேலும் படிக்க)

Hello, I have problem with firefox. When I try download from facebook page files .docx, .xlsx (Microsoft Office) Firefox automatically download it as PDF and file is broken. I don't know how to repair this. Please help, it is very frustrating.

Asked by Mateusz (Mateuszy) 1 மாதத்திற்கு முன்பு

Last reply by Mateusz (Mateuszy) 3 மணி நேரத்திற்கு முன்பு

crashing browser

WHY THE F IS MY FIREFOX CRASHING EVERY DAY FOR THE LAST MONTH? WHAT IS GOING ON< AND HOW CAN I CORRECT IT? THIS IS A HORRIBLE EXPERIENCE, AND IF IT CAN'T BE FIXED PL… (மேலும் படிக்க)

WHY THE F IS MY FIREFOX CRASHING EVERY DAY FOR THE LAST MONTH? WHAT IS GOING ON< AND HOW CAN I CORRECT IT? THIS IS A HORRIBLE EXPERIENCE, AND IF IT CAN'T BE FIXED PLEASE TELL ME A BETTER BROWSER>....

Asked by R Key Co 12 மணி நேரத்திற்கு முன்பு

Last reply by Paul 5 மணி நேரத்திற்கு முன்பு

why my wordpress site not opening on mozilla firefox browser but opening on chrome browser

sir , I have a wordpress website (https://aghortantra.com) Today morning my wp site not opening on mozila firefox but on chrome browser , it opening well. So, I request… (மேலும் படிக்க)

sir , I have a wordpress website (https://aghortantra.com) Today morning my wp site not opening on mozila firefox but on chrome browser , it opening well. So, I request you please fix the problem.

Asked by Acharya Pradeep Kumar 1 வாரத்திற்கு முன்பு

Last reply by jonzn4SUSE 6 மணி நேரத்திற்கு முன்பு

  • தீர்வுற்றது

Request for Implementation of Text Fragments Feature (#:~:text=) in Firefox

Dear Firefox Development Team, I hope this message finds you well. I am writing to request the implementation of a feature in Firefox that I believe would greatly enhanc… (மேலும் படிக்க)

Dear Firefox Development Team,

I hope this message finds you well. I am writing to request the implementation of a feature in Firefox that I believe would greatly enhance user experience and accessibility on the web. Specifically, I am referring to the text fragment feature (#:~:text=) that is currently supported in browsers based on the Chromium engine, such as Google Chrome and Microsoft Edge.

The text fragment feature allows users to link directly to specific pieces of text within a webpage, facilitating more precise navigation and making it easier to reference exact portions of content. This is particularly useful for academic citations, sharing specific excerpts from lengthy articles, and improving overall user interaction with web content.

For example, a URL formatted as https://example.com#:~:text=desired%20text%20fragment directs users not just to the page, but to the exact location of the specified text, highlighting it for easy identification. This can save users significant time and improve the efficiency of information retrieval.

Given Firefox's commitment to innovation and user-centric design, I believe that integrating this feature would be a valuable addition. It would not only bring Firefox in line with other major browsers in terms of functionality but also enhance its appeal to users who rely on this precise method of navigation.

I hope you will consider this suggestion and look forward to potentially seeing this feature in a future release of Firefox.

Thank you for your continued dedication to improving the Firefox browser.

Best regards, Grey Ronin

Ps. Sorry, but due to lack of time and somewhat poor English skills this message was generated by AI.

Asked by Grey Ronin 2 நாட்கள் முன்பு

Answered by jscher2000 - Support Volunteer 2 நாட்கள் முன்பு

Amazon website just churns in Firefox

Just today, I can no longer access the Amazon website. The pages load halfway and then it just churns/spins and never completes loading the page. So far I've discovered… (மேலும் படிக்க)

Just today, I can no longer access the Amazon website. The pages load halfway and then it just churns/spins and never completes loading the page. So far I've discovered no other websites that have the same problem.

I am able to access the Amazon website on three other browsers - Edge, Brave and DuckDuckGo - with no problems and normal loading speed. I don't use Chrome, so I can't speak to that.

I've tried clearing the cache and that did not help. I had a Firefox update installed a couple of days ago. Don't know how long it had been sitting there, as Firefox is almost always open and doesn't have the opportunity to update until I close everything and restart my computer, which I did a couple of days ago.

Windows 10 on a Dell pc/laptop. Firefox Version 126.0 (64-bit).

Any ideas on how to fix?

Asked by gswacker 10 மணி நேரத்திற்கு முன்பு

Amazon Login

Firefox is synced on all my computers. Same version. Same extensions. I can't login on my primary desktop as of last night 5/23/24. I can login/watch Prime on my laptop. … (மேலும் படிக்க)

Firefox is synced on all my computers. Same version. Same extensions. I can't login on my primary desktop as of last night 5/23/24. I can login/watch Prime on my laptop. My desktop gives me the attached error.

Asked by Kojak1958 1 நாள் முன்பு

Last reply by Kojak1958 11 மணி நேரத்திற்கு முன்பு

  • தீர்வுற்றது

CAN NOT find the file path location of Firefox.exe application.

Hello, James here. I CAN NOT find the Firefox application file location. There is no option to show file path upon right click of the desktop icon and I can not locate i… (மேலும் படிக்க)

Hello,

James here. I CAN NOT find the Firefox application file location. There is no option to show file path upon right click of the desktop icon and I can not locate it in File Explorer. I have done an entire (C:) drive search and turned up nothing. C:\Users\(username)\AppData\Local\Mozilla Firefox does not exist in my file system. I am at a loss here and it's driving me bonkers!

Asked by jbab52 3 மாதங்களுக்கு முன்பு

Answered by Paul 3 மாதங்களுக்கு முன்பு

Secure Connection Failed

Hi, I am trying to access a website, and I keep getting 'Secure Connection Failed', with the error codes: ' PR_END_OF_FILE_ERROR', or 'SSL_ERROR_RX_RECORD_TOO_LONG'. This… (மேலும் படிக்க)

Hi, I am trying to access a website, and I keep getting 'Secure Connection Failed', with the error codes: ' PR_END_OF_FILE_ERROR', or 'SSL_ERROR_RX_RECORD_TOO_LONG'. This only happens in 'Firefox', 'Microsoft Edge' and 'Google Chrome' load without any issues. I have the same problem on PC and Android. I have tried everything that I could from the information I received on the internet and here in the help forums, from disabling proxy, firewalls, on the browser and on my PC. I have added exceptions to HTTPS, disabled 'Enhanced Tracking Protection'. Nothing seems to work. If you could help me this would be greatly appreciated, as Mozilla Firefox is my trusted browser. Thank you very much.

Asked by DTS 13 மணி நேரத்திற்கு முன்பு

Last reply by cor-el 13 மணி நேரத்திற்கு முன்பு

Can't download anyfiles on Firefox

Hi guys. Need some help. I can't download any files using Firefox. It always says, "Failed". I tried other browsers, and I'm able to download just fine. I already trie… (மேலும் படிக்க)

Hi guys.

Need some help. I can't download any files using Firefox. It always says, "Failed".

I tried other browsers, and I'm able to download just fine.

I already tried this guide, https://support.mozilla.org/en-US/kb/cant-download-or-save-files, but still same.

I haven't tried to re-install Firefox because I have a bunch of workbook marks that might get lost. So, I want the re-install option as a last resort.

Thanks~

Asked by houmei1216 14 மணி நேரத்திற்கு முன்பு

Double click to close tab

REinstalled my windows and firefox obviously as well but now the option to close the tab by double click is not working any idea how to fix it? using version 126

Asked by Red Heat 1 நாள் முன்பு

Last reply by cor-el 15 மணி நேரத்திற்கு முன்பு

Firefox only microphone problem -- enabled for site but doesn't work

Thanks in advance for any insight or suggestions. My preferred browser is Firefox. In Chrome, I can easily use a voice search from www.google.com. In Firefox, the perm… (மேலும் படிக்க)

Thanks in advance for any insight or suggestions. My preferred browser is Firefox. In Chrome, I can easily use a voice search from www.google.com. In Firefox, the permissions show my preferred mic as enabled and selected for that webpage -- but no sound is detected. (Using Firefox. mic works fine at https://www.onlinemictest.com.)

(BTW, speaker output is Realtek motherboard audio and mic input is a Shure X2U USB interface. This mic works just fine in zoom, whereby, audition, etc. as well as working google.com using chrome)

Have worked through various settings in the SOUND panel and SITE PERMISSIONS with no luck.

Any ideas about this problem -- or what other settings to trouble shoot?

Thanks!

Asked by mschubb1 15 மணி நேரத்திற்கு முன்பு

  • Archived

Opening .pdf

Thanks guys for screwing up my day with your latest update. I used to be able to download a .pdf and opening it in my ,pdf reader. I NEED to do this for tax reconciliatio… (மேலும் படிக்க)

Thanks guys for screwing up my day with your latest update. I used to be able to download a .pdf and opening it in my ,pdf reader. I NEED to do this for tax reconciliation purposes. Now your crappy program has decided to open .pdfs in itself and I cant get a downloaded copy any more. What the hell was the programmer thinking? Yes I have gone to Applications and checked that it is set to my .pdf reader. Please fix this before I get fined by the tax office.

Asked by cemax12001 6 மாதங்களுக்கு முன்பு

Last reply by jscher2000 - Support Volunteer 17 மணி நேரத்திற்கு முன்பு

Approve Twitter X Ad Blocker add on update

Please approve the update to Twitter X Ad Blocker. I've chatted with AldAstra Labs the creator and they have an update but are waiting on Firefox to approve it. Thanks, … (மேலும் படிக்க)

Please approve the update to Twitter X Ad Blocker. I've chatted with AldAstra Labs the creator and they have an update but are waiting on Firefox to approve it.

Thanks, Tracy

Asked by tracyjarchow 18 மணி நேரத்திற்கு முன்பு

WhyWhy isn't layers.acceleration.force-enabled by default set to True? Awful screen tearing on clean install Win 11 - fixed

If you experience horizontal lines appearing when scrolling after installing firefox possible fix is finding layers.acceleration.force-enabled and set to true after going… (மேலும் படிக்க)

If you experience horizontal lines appearing when scrolling after installing firefox possible fix is finding layers.acceleration.force-enabled and set to true after going to about:config in your address bar search for this and set it to true. My real question I ask myself is, why isn't this enabled by default when installing firefox? I swear I remember doing this last Win 11 install as well. My third time installing windows unfortunately, just had a nvme ssd drive fail on me. 😭😢 Ofc, it had to be my Gen 4, C: drive with my old User account on there as well. :// Lesson learned, always backup important data frequently as desired. :( Oh well, just lost all my saved games and few songs, no big deal I guess.

Asked by Alex Benshoff 19 மணி நேரத்திற்கு முன்பு