Отображение вопросов с тегом: Показать все вопросы

Firefox does not display background color in option tags

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text: ```<select id="stroke… (читать ещё)

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text:

```<select id="strokeColor" name="strokeColor" style="width: 10em;">

             <option value="black" style="background: #000000; text: #FFFFFF">
                     black
             </option>

<option value="aqua" style="background: #00FFFF">

                     aqua
             </option>

<option value="blue" style="background: #0000FF">

                     blue
             </option>

<option value="brown" style="background: #A52A2A">

                     brown
             </option>

<option value="gray" style="background: #808080">

                     gray
             </option>

<option value="green" style="background: #00FF00">

                     green
             </option>

<option value="magenta" style="background: #FF00FF">

                     magenta
             </option>

<option value="orange" style="background: #FFA500">

                     orange
             </option>

<option value="purple" style="background: #800080">

                     purple
             </option>

<option value="red" style="background: #FF0000">

                     red
             </option>

<option value="white" style="background: #FFFFFF">

                     white
             </option>

<option value="yellow" style="background: #FFFF00">

                     yellow
             </option>

<option value="#000000" selected="" style="background: #000000">

                     #000000
             </option>
         </select>```

On Chrome this displays as expected:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-25-eebbd5.png

But on Firefox the background colors are ignored:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-35-bd90ee.png

How can I get Firefox to display the background colors?

Задан jamescobban 1 месяц назад

Последний ответ от Paul 1 час назад

Browser re-sizing on start up

When I open the application it loads as a small window that I have to maximize to make it full screen. It never used to do this so I need some help to fix this. I've take… (читать ещё)

When I open the application it loads as a small window that I have to maximize to make it full screen. It never used to do this so I need some help to fix this. I've taken a quick look through settings etc and can't see anything wrong...

Задан matt_parker 2 недели назад

Последний ответ от firefox2801 5 часов назад

Reconnecting old device pollutes bookmarks with old bookmarks

Sorry to have this same issue again, knowing full well it can happen after finding this some years ago (https://support.mozilla.org/en-US/questions/1319823), I tried to c… (читать ещё)

Sorry to have this same issue again, knowing full well it can happen after finding this some years ago (https://support.mozilla.org/en-US/questions/1319823), I tried to carefully connect two older PC devices back to firefox sync, however on one I managed to enable sync before disconnecting my profile (it seemed as if reconnecting sync temporarily was the only way to disconnect a profile from firefox's UI - I should have been more careful and removed the profile from the filesystem level): at which point I polluted the sync server.

I've noticed that `about:sync` has an option under bookmarks/engine actions 'wipe bookmarks', which sounds exactly what I need, and if I watch what happens once pressed it does the right thing and repopulates the sever with the 'correct' PC's bookmark set (when run from that PC), however it also says 'other devices will act like a reset', which i'm finding NOT to be the case: eventually one of my other device repollutes the server with bad bookmarks which propogate.

I'm thinking the culprits are my phones, If I wipe and do a sync on a phone, my phone's bookmarks stay polluted. If i'm right about that, I think my question is: can I wipe my profile (or preferably only my bookmarks) from my phones' Firefox without having to entirely uninstall/reinstall (or do you have any other advice for not re-polluting the server from some already-polluted device's bookmarks?

thanks in advance

Задан tonywoode 5 дней назад

Последний ответ от tonywoode 7 часов назад

text in tab names, address bar and menu boxes

Why is the text in tab names, address bar and menu boxes so small? I did the changes to about:config and the other one that comes up when I googled this question but, wh… (читать ещё)

Why is the text in tab names, address bar and menu boxes so small? I did the changes to about:config and the other one that comes up when I googled this question but, while they enlarge the text in those places, they make the page content too big.

Задан LB32005 1 день назад

Последний ответ от Agent virtuel 17 часов назад

HTTP to HTTPS redirect causing issues with webpages is not loading and other certificate shenanigans.

I have to configure a lot of networking equipment! One day I might be working on a brand new piece of equipment and the next day trying to log into some ancient piece of … (читать ещё)

I have to configure a lot of networking equipment! One day I might be working on a brand new piece of equipment and the next day trying to log into some ancient piece of equipment because I need to change something and I can't replace it yet. I'm having a major issue with the redirect even if I explicitly type HTTP it forces it to HTTPS ( and no I don't have HTTPS everywhere installed I've actually never used it ). I've noticed recently a few updates back now that if the connection cannot succeed it redirects to HTTP but it can hang up in a weird limbo where it thinks the site doesn't exist. There needs to be a toggle for local addresses explicitly typed "HTTP" to try that first. There also needs a toggle to ignore the security issues when accessing the device with a self assigned certificate as every single networking device has a self assigned a certificate and every time I need to change the setting on a router I have to agree even though I have a greed for the last 10 times when I've access the device or I just reset the device and the self signed certificate changed. And I don't know how you're gonna handle this on mobile but it almost makes using a mobile browser useless because I might as well just get the computer out even if all I have to do is change a password, SSID or just check a setting.

So local addresses need an option to lower the warning level for self signed certificates and to obey the typed protocol!

And there's some sort of bug with the Logic that detects a certificate or non-secure site that breaks when the connection drops. The only way I've been able to get around this is to go to the address bar and hit enter as a reload will not work and a reload skipping cash will not work to bring the site back up.

I've had devices that I thought weren't working only to find out they were working fine after 3 or 4 attempts and restarts only to find it's just that firefox thought the site didn't exist anymore.

And I don't have any other options because chrome is even worse with HTTPS once it gets it's vampire fangs in you're stuck it will not let you go back. And safari you might as will be undead.

Finally getting annoyed enough to write some thing as every time you go change your setting reboot device check setting log back in change saying restart log back in and you have to hit except certificate every single time.

And while I'm here Bring back the checkbox to save/ not save the certificate as I might not want to save the certificate when I know I'm going to reset the device and it's going to be totally different in the next 10 minutes. Or I might not want to save it at all like I go to a website that's misconfigured and the certificates not valid for the domain name that it's using.

Задан iMark77 18 часов назад

Merge Mozilla account and Mozilla Support Account

I've had recent security issues and have had a couple actual breaches. Having two accounts so similar to one another caused some unnecessary confusion during a panicked … (читать ещё)

I've had recent security issues and have had a couple actual breaches. Having two accounts so similar to one another caused some unnecessary confusion during a panicked burst of changing passwords. Can we merge them?

Задан NumbReally 1 неделю назад

Последний ответ от cor-el 22 часа назад

Firefox Getting Unusuable

Hi, this is going to be a long one, so many things... Using Firefox the latest Ubuntu LTS, with the latest Firefox from Snap. I'm a very long term Firefox user, never had… (читать ещё)

Hi, this is going to be a long one, so many things... Using Firefox the latest Ubuntu LTS, with the latest Firefox from Snap. I'm a very long term Firefox user, never had any real troubles unit recently. I have a vast number of cookies, saved passwords and so on. Reinstalling or deleting cookies or such isn't an option unless fixes are guaranteed to work - if I have to start over then I'll do it with Opera, that is where my grumpiness indicator is at.

The set up is two monitors (working as a single 'screen') attached to an Aspire PC (Aspire X seems to be the model?). I tend to have 'stuff' going on in the left hand monitor, YouTube on the right. The PC is on all day. I know there are log files, but I don't know which is for what or where they are. I use AdBlocker Ultimate.

So what's happening is: Firefox crashes quite often at any time - 'Firefox is not responding - force quit or wait' - always have to quit. There doesn't seem to be any repeatable way to cause this, it seems random.

When the mouse enters the YouTube window (the drawing area, not the actual window) it disappears until the pointer moves out of the window. Jiggling the window size sometimes brings it back, but...

When the mouse pointer actually appears the window is completely unresponsive - clicks don't work, nothing highlights and so on. After somewhere between 10 and 30 seconds things will work for 2 or 3 mouse actions (clicks, drags etc) then do it again. Unless I give it plenty of time, clicking on a video will play a pretty random one - Firefox seems to lose track of where the pointer is.

If I comment on a video the I get about 5 to 10 characters in then nothing happens for 10 to 20 seconds, then any queued characters are shown. Rinse and repeat until the comment is complete - it takes ages.

YouTube is the biggest problem, but there are some glitches in other Firefox windows, I'm supposing that the problems are audio/video related.

None of the above happens with Opera. It's getting to the stage where Firefox is unusable.

I've googled and searched this site but the there seems no solution.

Any help appreciated.

Задан richardjwatsontsr3 1 день назад

Log in to Amazon

I have been unable to receive the OTP I need to log in. My username and password work fine but then I try to get to the OTP, it doesn't show up on my email and the cell … (читать ещё)

I have been unable to receive the OTP I need to log in. My username and password work fine but then I try to get to the OTP, it doesn't show up on my email and the cell phone number is an old one. Please help. I have a lot of shopping to do.

Задан Kerry Kilpatrick 2 дня назад

Последний ответ от jonzn4SUSE 1 день назад

not loading phots and data on products on a store web site

After many months of asking if my computer could update Firefox, I finally agreed 2 days ago. I'm trying to shop for gifts on Cutter & Buck's web site and no data an… (читать ещё)

After many months of asking if my computer could update Firefox, I finally agreed 2 days ago. I'm trying to shop for gifts on Cutter & Buck's web site and no data and photos will show up. Nothing shows. (cutterbuck.com)

Задан hslatery 2 дня назад

Последний ответ от jonzn4SUSE 2 дня назад

  • Решено

Font size problems on websites

Using Firefox on windows 10 pro, 64 bit Since updating to Firefox 125.0.3 (64 bit) , I am getting all sorts of website problems with font sizes. Some are all extremely … (читать ещё)

Using Firefox on windows 10 pro, 64 bit

Since updating to Firefox 125.0.3 (64 bit) , I am getting all sorts of website problems with font sizes. Some are all extremely small like on google news, others have widely mixed sizes, extremely large and extremely small. Even on this page, support.mozilla.org, I have to zoom 250% to make it readable.

I tried troubleshoot mode and there is no difference. The problems are still there.

I tried the Edge browser and the problem is not there.

I didn't have this problem before the update. I tried adjusting windows and the screen dpi, but I can't find a solution. Just seems to make things worse.

Anyone else having this problem? Any suggestions for a solution ?

Задан dee_veloper 6 дней назад

Дан ответ dee_veloper 2 дня назад

Editing contacts

I am trying to switch from Google to Firefox, but I still use my Google email. I uploaded my contacts from Google to Firefox, but I am trying to edit my own contact info … (читать ещё)

I am trying to switch from Google to Firefox, but I still use my Google email. I uploaded my contacts from Google to Firefox, but I am trying to edit my own contact info in Gmail contacts, but when I click the edit button, nothing happens. Do I need to edit it in Firefox, and will that edit migrate back to Gmail? Why can't I edit it in my Gmail contacts (in the Gmail right-hand toolbar), and it will update my Firefox contacts automatically?

If you are going to require "A" file type, fucking say what type it has to be and provide a converter or screenshot tool! I Tried .Docx and PDF. Word does not save to PNG or JPEG so they are not an option.

AT THIS POINT, I AM STRONGLY RECONSIDERING SWITCHING FIREFOX!!!!!!

Задан rexanderson007 3 дня назад

Последний ответ от cor-el 2 дня назад

Enhanced Tracking Protection Blocks x.com in Windows

I've added https://x.com as an exception site but it is still blocked. This is outright censorship which is something fascists do. Tell me how to fix your browser s… (читать ещё)

I've added https://x.com as an exception site but it is still blocked.

This is outright censorship which is something fascists do.

Tell me how to fix your browser so I may access x.com again or I stop using Firefox forever.

Задан Taco X 3 дня назад

Последний ответ от Taco X 2 дня назад

How do I get a graphical selected tab background back in Firefox 126?

Firefox 126 has changed the tabbar tab background handling and I cannot find a way to get my graphical tab background back for the selected tab. The left image shows FF … (читать ещё)

Firefox 126 has changed the tabbar tab background handling and I cannot find a way to get my graphical tab background back for the selected tab. The left image shows FF 125.3; the left 126.0, which installed itself yesterday. In the userchrome for the old Firefox I have:

    #TabsToolbar:not(:-moz-lwtheme) .tabbrowser-tab .tab-content
 {
   background-image: url("file:///D:/System Graphics/Toolbar Backgrounds/rgsweeve - 000.bmp") !important;
 }
  #TabsToolbar:not(:-moz-lwtheme) .tabbrowser-tab .tab-content[selected="true"]
 {
   background-image: url("file:///D:/System Graphics/Toolbar Backgrounds/rgsweeve - 040.bmp") !important;
 }

This gave me the differentiated selected and unselected tabs but does not work for the selected tab in the new Firefox. Any ideas how I have to specify this now?

[I am making this post using the older version of Firefox. If I get some suggestions I'll reinstall the newer version (actually turn auto update back on) and try them out. Thanks.]

Задан OneMoreName 3 дня назад

Последний ответ от cor-el 2 дня назад

Cannot connect to www.wix.com because authenticity cannot be verified

Our web page uses wix.com When I enter https://wix.com I get the error below. How can this be fixed because I need to update the web page. The web page is for the Adams… (читать ещё)

Our web page uses wix.com When I enter https://wix.com I get the error below. How can this be fixed because I need to update the web page. The web page is for the Adams County Museum in Brighton Colorado Thank you If possible, pls email a fix to adamscountymuseum@gmail.com

An error occurred during a connection to www.wix.com. PR_END_OF_FILE_ERROR

Error code: PR_END_OF_FILE_ERROR

   The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
   Please contact the website owners to inform them of this problem.

Задан adamscountymuseum 3 дня назад

how do i remove the mute tab button when hovering over tabs with audio playing

I often have many tabs open (25+) I have made it so tab shrink way more then normal (I like the way chrome handles tabs where they basically just shrink infinitely. Fire… (читать ещё)

I often have many tabs open (25+) I have made it so tab shrink way more then normal (I like the way chrome handles tabs where they basically just shrink infinitely. Firefox doesn't do it's even with my twerks but ohwell.)

so when i want to click on a tab with audio playing at a small size i often mute the tab instead of clicking on the tab

Where and how can i remove the mute button that appears when hovering over tabs with audio playing?

I have never found that mute button useful so removing it will not impact me

Задан andreasdevantier 1 неделю назад

Последний ответ от andreasdevantier 3 дня назад

URL autocomplete - I want to start over.

I don’t understand what Firefox is doing. For example, I used to start typing the first few letters of “weather.com”, which I visit pretty much daily, and it would auto f… (читать ещё)

I don’t understand what Firefox is doing. For example, I used to start typing the first few letters of “weather.com”, which I visit pretty much daily, and it would auto fill “weather.com”. Now it auto fills every time with http://www.weatherbase.com/. I don’t know where that came from. Similarly, I used to type the first few letters of “duckduckgo.com” and it would bring up “duckduckgo.com”. Now it brings up a magnifying glass below the url with “Search with duckduckgo”. I am thinking it might be best if I can start over, i.e. clear out any information it’s saved about where it thinks I want to go, and start remembering the sites I am entering now.

Задан WAYNEOO 1 неделю назад

Последний ответ от jscher2000 - Support Volunteer 3 дня назад

Only display fully downloaded files in the download folder

Hello dear community, I have a program that continuously monitors the download folder under Windows 11 for a specific file and retrieves it. I download this file in Fire… (читать ещё)

Hello dear community,

I have a program that continuously monitors the download folder under Windows 11 for a specific file and retrieves it. I download this file in Firefox, but the said program gives an error.

I have noticed that when files are downloaded in FireFox, they already appear in the Downloads folder with the corresponding file extension with 0 bytes and these are then apparently swapped or merged with the .parts file.

The problem is that the mentioned program now tries to retrieve the unfinished file, which then leads to an error.

Does anyone know if it is possible to customize Firefox so that the file only appears in the download folder when the download is fully complete?

Many thanks for your help :D

Задан Andrijan 6 дней назад

Последний ответ от jscher2000 - Support Volunteer 3 дня назад