Εμφάνιση ερωτήσεων με ετικέτες: Εμφάνιση όλων των ερωτήσεων

Cannot access web site

Since the last Firefox update I cannot access my banking web site. I access this site almost daily. It is Regions Online Banking. It will not accept my username either… (διαβάστε περισσότερα)

Since the last Firefox update I cannot access my banking web site. I access this site almost daily. It is Regions Online Banking. It will not accept my username either by copy and paste or by typing it in. By not accepting it I mean the login space remains blank. I disconnected from my VPN, no change. I was able to access the site normally using MS Edge.

I am running Windows 11, 64-bit.

Any help would be appreciated.

Ερώτηση από MrKite 1 μήνα πριν

Τελευταία απάντηση από zeroknight 1 μήνα πριν

Picture In Picture On Top of Full Screen Application

Last update disabled picture in picture mode -- on top of full scree applications. Please advise how to correct / adjust. This feature is vital to my work. Thank you fo… (διαβάστε περισσότερα)

Last update disabled picture in picture mode -- on top of full scree applications.

Please advise how to correct / adjust. This feature is vital to my work.

Thank you for your time and help.

Ερώτηση από Jemmma 1 μήνα πριν

Τελευταία απάντηση από cor-el 1 μήνα πριν

No stream in Utube but will in Edge

New Windows 11 computer will not stream on Utube. I have 2 others with W10 and they stream fine. Tried to use Edge (ugh) and it works flawlessly. Personally I think th… (διαβάστε περισσότερα)

New Windows 11 computer will not stream on Utube. I have 2 others with W10 and they stream fine. Tried to use Edge (ugh) and it works flawlessly. Personally I think this is done by microshit.

Ερώτηση από Jack3M 1 μήνα πριν

Τελευταία απάντηση από zeroknight 1 μήνα πριν

In Firefox, I want to load several tabs each time I start Firefox, but now the same tabs repeat when I refocus on Firefox

I had Firefox set to load 4 tabs when started. Something has changed recently and now it seems as if the same 4 sites keep repeating somehow. I have set the Home/Custom… (διαβάστε περισσότερα)

I had Firefox set to load 4 tabs when started. Something has changed recently and now it seems as if the same 4 sites keep repeating somehow. I have set the Home/Custom URLs to these 4 sites, but cannot prevent them to load again when already loaded.

Ερώτηση από Fred B 1 μήνα πριν

Τελευταία απάντηση από cor-el 1 μήνα πριν

Why does Which? via FF keep asking me about cookies?

Despite having logged into Which? via FireFox, and accepted all cookies I am asked again and again on every Which? page about cookies. How can I stop this? Is this Whic… (διαβάστε περισσότερα)

Despite having logged into Which? via FireFox, and accepted all cookies I am asked again and again on every Which? page about cookies.

How can I stop this?

Is this Which? or FF?

Ερώτηση από 4chrisamitchell 1 μήνα πριν

Τελευταία απάντηση από jscher2000 - Support Volunteer 1 μήνα πριν

History is not being deleted

Despite many attempts at fixing including reinstalling FF, highlighting various drop downs in the history menu like the "everything section", every two hours etc. Nothin… (διαβάστε περισσότερα)

Despite many attempts at fixing including reinstalling FF, highlighting various drop downs in the history menu like the "everything section", every two hours etc. Nothing seems to work and I end up deleting the history one by one. Thank you

Ερώτηση από midogsrgr8 1 μήνα πριν

Τελευταία απάντηση από cor-el 1 μήνα πριν

Firefox starting when imac starts

I dont know why but all of a sudden when I turn my imac on I am having things start up and they never did before. So how do I keep Firefox from starting up when I turn im… (διαβάστε περισσότερα)

I dont know why but all of a sudden when I turn my imac on I am having things start up and they never did before. So how do I keep Firefox from starting up when I turn imac on? I am getting really tired of having to shut off apps.

Ερώτηση από verna21971 1 μήνα πριν

Τελευταία απάντηση από cor-el 1 μήνα πριν

spotify not playing on firefox for mac

I recently started using Firefox as my main browser after using Chrome for awhile, and I'm now running into trouble playing music on Spotify. Every time I try to play a… (διαβάστε περισσότερα)

I recently started using Firefox as my main browser after using Chrome for awhile, and I'm now running into trouble playing music on Spotify.

Every time I try to play a song on the browser version of Spotify, it cycles through several quickly without playing anything and eventually displays an error message that says: "Spotify can't play this right now. If you have the file on your computer you can import it."

I've seen others with similar issues (https://support.mozilla.org/en-US/questions/1431659) but the suggested fixes aren't working for me. My Firefox is up-to-date, I have DRM controlled content enabled, as well as the Widevine Content Decryption Module.

Looking for any suggestions!

Ερώτηση από ma285598119 1 μήνα πριν

Τελευταία απάντηση από zeroknight 1 μήνα πριν

background-blend-mode is no longer functioning as it should with color option

Hi, I created a website with a pretty simple css in the body of the page. I have a background image, but its colors are too dominant, so I also added a background color … (διαβάστε περισσότερα)

Hi,

I created a website with a pretty simple css in the body of the page. I have a background image, but its colors are too dominant, so I also added a background color property to make the background more "pale". This approach worked perfectly in Chrome and I am 99% sure that I also tested this back then in Firefox and it worked as expected.

Now, only a white background is displayed in Firefox (Chrome works perfectly), which is interesting, because nor the image nor the set colour is white (well... the colour is white, but it is semi transparent). Did I miss something or is this an accidentally added bug in Firefox?

For your reference I attach a minimal working (in Chrome the paler background is displayed properly, in Firefox white page) example (note: change image url to whatever):

html:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="styles.css">
</head>
<body>
    <script src="script.js"></script>
</body>
</html>

css:
body{
    height: 100vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0;
    flex-direction: column;
    background-image: url(./resources/splash.jpg);
    background-position: center;
    background-size: cover;
    background-color:  rgba(255,255,255,0.1);
    background-blend-mode:color;
}

I appreciate the help, Mark

Ερώτηση από szalaimd 1 μήνα πριν

Τελευταία απάντηση από zeroknight 1 μήνα πριν

Did not connect: potential security issue to my credit union. nothing wrong on their end

I keep getting this message did not connect:potential security issue. I went to my credit union and they find no problem with their website and I am able access my accoun… (διαβάστε περισσότερα)

I keep getting this message did not connect:potential security issue. I went to my credit union and they find no problem with their website and I am able access my account on their computer. This just came up Friday

Ερώτηση από cjc55 1 μήνα πριν

Τελευταία απάντηση από cor-el 1 μήνα πριν

Youtube live's not auto starting when counter runs out

Hi I've no idea which section this should go.. I'm having an issue when a youtube channel im following sets a live. When I get the card on the desktop for the 30 min time… (διαβάστε περισσότερα)

Hi I've no idea which section this should go.. I'm having an issue when a youtube channel im following sets a live. When I get the card on the desktop for the 30 min timer, I'll click it.. sometimes it will open in a new tab (usually the card just disappears), that's another problem.. Anyway.. If I switch to the new tab at the time the live should have started, it shows the counter reset to 30 minutes.. if I F5 the page it will load the live.. Is there a way to auto start the live when the counter hits zero?

Hope that wasn't as clear as mud...

Thanks

Ερώτηση από Tracy Scott 1 μήνα πριν

Τελευταία απάντηση από zeroknight 1 μήνα πριν

Home page

I would love to remove CNN and MSNBC from appearing on my computer. If I can get them from auto playing that would be nice also. What do I need to do? Danny *Email remo… (διαβάστε περισσότερα)

I would love to remove CNN and MSNBC from appearing on my computer. If I can get them from auto playing that would be nice also. What do I need to do? Danny *Email removed for privacy*

Ερώτηση από dewesley 1 μήνα πριν

Τελευταία απάντηση από cor-el 1 μήνα πριν

ff update messed up Google sign in

I updated FF per regular basis. Now I can't log into Google because my phone is no longer an option. A tablet is an option but it's physically inaccessible. All I did wa… (διαβάστε περισσότερα)

I updated FF per regular basis. Now I can't log into Google because my phone is no longer an option. A tablet is an option but it's physically inaccessible. All I did was click update and restart. Nothing unusual about that. My phone can't access Google accounts either. I'm not the most tech savvy and so I have no clues how to remedy this situation.

Ερώτηση από SCLB 1 μήνα πριν

Τελευταία απάντηση από cor-el 1 μήνα πριν

Is there any possible way to darken the Grey text on so many websites?

The Grey Text Fetish throughout The Web is ruining what little Senior Eyesite I have left. I don't want to switch browsers, but I'm not finding any way to darken text in … (διαβάστε περισσότερα)

The Grey Text Fetish throughout The Web is ruining what little Senior Eyesite I have left. I don't want to switch browsers, but I'm not finding any way to darken text in Firefox. Help!

Ερώτηση από dwgrisham 1 μήνα πριν

Τελευταία απάντηση από zeroknight 1 μήνα πριν

Popup blockers

I get this message from Gmail when I try to print or open in a new tab. "Grrr! A popup blocker may be preventing the application from opening the page. If you have a pop… (διαβάστε περισσότερα)

I get this message from Gmail when I try to print or open in a new tab.

"Grrr! A popup blocker may be preventing the application from opening the page. If you have a popup blocker, try disabling it to open the window."

I can not find a way to fix this and did not have this problem with the previous version.

Garry Emailed removed for privacy reasons

Ερώτηση από gbeasinger 1 μήνα πριν

Τελευταία απάντηση από zeroknight 1 μήνα πριν

rar file allways being opened with winrar

every time whe I download a rar file it is opened with winrar even the setting for the rar file extension is set to save and not open the file. Also some about:config set… (διαβάστε περισσότερα)

every time whe I download a rar file it is opened with winrar even the setting for the rar file extension is set to save and not open the file. Also some about:config settings I learned from some forums on the web do not help. I think this missbehaviour took place in the past after updating FF but I cannot remember which update it was. How can I configure FF to not open downloaded rar files with winrar (I want FF only to save the file)?

Ερώτηση από w.seifert 1 μήνα πριν

Τελευταία απάντηση από cor-el 1 μήνα πριν