Showing questions tagged: Show all questions

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:… (read more)

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 : TRANSLATION */ @keyframes mouvement-uniforme {

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

}

@-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); }

}


@-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); } }





.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 2 hours ago

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… (read more)

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 9 hours ago

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… (read more)

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 hours ago

Last reply by cor-el 13 hours ago

When I use Yandex.com, search results appear for a fraction of a second and then page is blank (please see screenshot)l

When I use Yandex.com, search results appear for a fraction of a second and then page goes blank (please see screenshot). It is not a Yandex thing, since I can access Y… (read more)

When I use Yandex.com, search results appear for a fraction of a second and then page goes blank (please see screenshot).

It is not a Yandex thing, since I can access Yandex search in Chrome. Also, as you can see from my screenshot, although I use Adguard VPN it is disasbled for Yandex.

This is new behavior. I already tried clearing the cache

PS: There was an old locked thread reporting disappearing search results about three years ago but the person asking for help said if he hovered his cursor he could see links. Nothing happens when I hover the blank page. It appears to be genuinely blank. Thank you.

Asked by writetoamy 1 day ago

Network Protocol Error

Firefox is my primary browser. I get this Network protocol error message so often now that I am considering using another web browser. See below It happens with sites I r… (read more)

Firefox is my primary browser. I get this Network protocol error message so often now that I am considering using another web browser. See below It happens with sites I routinely use. I have tried several of the solutions from Firefox and also searched other solutions online to no avail. I like the Firefox web browser. Can you provide me some other solutions

Network Protocol Error An error occurred during a connection to xxxxxxxxxxxxxxx. The page you are trying to view cannot be shown because an error in the network protocol was detected. • Please contact the website owners to inform them of this problem.

Asked by mrhend 1 day ago

Last reply by cor-el 1 day ago

Last Firefox update has caused a problem with using Afterpay

I am sorry if I have doubled up on this but I am not sure what heading to give it. Since the most recent update of Firefox I have been unable to use Afterpay. My Afterpay… (read more)

I am sorry if I have doubled up on this but I am not sure what heading to give it. Since the most recent update of Firefox I have been unable to use Afterpay. My Afterpay account still works in Chrome and through the phone app. Afterpay themselves have checked through my account and their system, and there are no problems. Therefore, they recommended that I reach out to Firefox to request help. I want to use Firefox as I have done for years, but I cannot use it if it is incompatible with my Afterpay account. Any suggestions would be greatly appreciated. Thanks.

Asked by Gayle Dent 2 days ago

eBay pages won’t load and keeps redirecting to home page

Before the update on April 29 I had no issues with my eBay account on Firefox. Now I am unable to get the pages to work properly. I cannot list any items for sale nor can… (read more)

Before the update on April 29 I had no issues with my eBay account on Firefox. Now I am unable to get the pages to work properly. I cannot list any items for sale nor can I change any of my items in my store. Nothing saves and then redirects me to the homepage. eBay is one of my trusted seitz so I have no idea what’s causing this. It’s not eBay because my other accounts work fine on Chrome and on Safari. It happened exactly when the last update happened. And the only way that I can actually get back to the original site is to clear all my cookies and log out and start all over again, only to have the same issues over and over. I don’t know who to contact. I’m losing money in my Business every day because of this so I’m going to have to change my browser unfortunately if I don’t get a solution as soon as possible. Thanks for anyone who can help appreciate it.

Asked by shaunmarieschaffer 2 weeks ago

Last reply by shaunmarieschaffer 2 days ago

forum login sends incorrect redirect url popup

I am trying to log into the forum. I am attaching two screen caps. The first is the log in screen. When I click on the continue button, i get the second screen. Thank y… (read more)

I am trying to log into the forum. I am attaching two screen caps. The first is the log in screen. When I click on the continue button, i get the second screen.

Thank you

Grant Wilkinson grant4@wilki.ca

Asked by gwilki 2 days ago

Facebook time & date info missing using latest Firefox

Recently Firefox stopped displaying the time/date stamp on Facebook posts. Works fine in other browsers. Doing some research, it seems like this was an issue previously. … (read more)

Recently Firefox stopped displaying the time/date stamp on Facebook posts. Works fine in other browsers. Doing some research, it seems like this was an issue previously. Wish Firefox could fix this on their end. What to do in the meantime?

Asked by Denise 2 days ago

can't access product site promoted by google due to googleadservices 'unable to connect'

Tell me why google says this: Unable to connect An error occurred during a connection to www.googleadservices.com. The site could be temporarily unavailable or too … (read more)

Tell me why google says this:

Unable to connect

An error occurred during a connection to www.googleadservices.com.

   The site could be temporarily unavailable or too busy. Try again in a few moments.
   If you are unable to load any pages, check your computer’s network connection.
   If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the web.

when I click on an advert for a product provided (I assume) by google at the top of search results. I have cleared the cache and cookies. Latest firefox on ubuntu 22.

Asked by geoff07 2 days ago

Canvas is not load correctly in Firefox v126

I have restarted and updated both firefox and my computer and disabled all of my security extensions for Canvas. However I still do not have any content loading for assig… (read more)

I have restarted and updated both firefox and my computer and disabled all of my security extensions for Canvas. However I still do not have any content loading for assignments or quizzes.

Asked by Claidhim 3 days ago

Last reply by cor-el 3 days ago

MFA Dropbox website

I have a fresh install of firefox on a fresh install of windows 11. I am trying to login to my dropbox account and when I get to the MFA page the "Continue" button does n… (read more)

I have a fresh install of firefox on a fresh install of windows 11. I am trying to login to my dropbox account and when I get to the MFA page the "Continue" button does nothing.

There are no add-ins installed in firefox and I tried it in safe mode as well. I turned off enhanced tracking protection. The site works fine in firefox on another machine. It works in other browsers on the same machine.

Dropbox support seems to be unwilling to help, they just told me to use a different browser.

Asked by boxcarjim 3 days ago

Latest version of Firefox 126 -- I need to be able to turn off ZSTD

We use a firewall that doesn't support the ZSTD standard yet so I need the ability to turn it off on the Firefox browser. I haven't figured out how to do that yet since … (read more)

We use a firewall that doesn't support the ZSTD standard yet so I need the ability to turn it off on the Firefox browser. I haven't figured out how to do that yet since the new version came out with support for it this week. (We have turned it off for Chrome based browsers already.) It tends to break a few of hte websites we are using.

Thanks.

Asked by jody.burkett 3 days ago