repositioning the text in slideshow

HI, I'm trying to move the text to below the picture as in the screenshot of the popup (black back ground) on the non-popup pages because the mobile is not in popup, and … (Lesen Sie mehr)

HI, I'm trying to move the text to below the picture as in the screenshot of the popup (black back ground) on the non-popup pages because the mobile is not in popup, and the text is blocking the artwork as well. Is there a section to move the text outside of the picture? Thank you!

Gefragt von swwindrider vor 1 Woche

Letzte Antwort von swwindrider vor 5 Tagen

How to not share session cookies between tabs

Hi, We have an application where we do not want to share the session cookies between tabs. Is this possible? If above answer is yes, next we would like to filter out som… (Lesen Sie mehr)

Hi,

We have an application where we do not want to share the session cookies between tabs. Is this possible? If above answer is yes, next we would like to filter out some cookies by name that should not be shared across tabs. Meaning, we want some cookies that can be shared across tabs and some should not be shared.

Thanks in advance

Gefragt von Subijay Bhattacharya vor 5 Tagen

Session storage memory was lost though the tab was not closed in the old version (v116/v117)

Currently, I use Firefox version: 116.0.2 or v117.0 on Ubuntu 20.04.6 LTS. I encountered a phenomenon like this: When I logged in to the application, in the tab I w… (Lesen Sie mehr)

Currently, I use Firefox version: 116.0.2 or v117.0 on Ubuntu 20.04.6 LTS.

I encountered a phenomenon like this:

  • When I logged in to the application, in the tab I was working on, the Firefox session memory was lost (don't open new tabs)

Steps: 1. Login to the application 2. Operate on the screen 3. Navigate to other URLs, but still on this tab 4. Session storage was lost

What is the cause of this phenomenon? How can I fix it?

Gefragt von HIEN LE THI THUY vor 5 Tagen

All my saved and synced bookmarks and passwords are gone!?

Hi, I did a clean install from win10 to win11, then installed firefox and logged in to my account but it havent synced anything? All my saved passwords and bookmarks are … (Lesen Sie mehr)

Hi, I did a clean install from win10 to win11, then installed firefox and logged in to my account but it havent synced anything? All my saved passwords and bookmarks are gone!?

Can someone please help me get them back! Does anyone have a solution for this?

Read something about that a backup is saved on your computer? Isnt saved to a cloud? Thats what a thought! I have done a clean install on a new drive, old drive i already wiped aswell! Doesnt have a windows.old dir or anything.

Please tell me everything isnt lost!

Best regards Gabriel

Gefragt von gabrielstrid vor 5 Tagen

Letzte Antwort von gabrielstrid vor 4 Tagen

Firefox On Facebook Webcam feature doesn't work......

Hi Everyone! I'm wondering if anyone can shed light on this.... I'm using the very latest version of Firefox 124.0.2 (64bit) And recently having a problem when video ch… (Lesen Sie mehr)

Hi Everyone!

I'm wondering if anyone can shed light on this.... I'm using the very latest version of Firefox 124.0.2 (64bit) And recently having a problem when video chatting on facebook when chatting I can't see the "Cam" Icon to call up. Yet on Crome all is good.

Any help?

Gefragt von Welshman1981 vor 4 Tagen

Disabling 'Show animations in Windows' changes the way text is shown on some websites.

When I turn off the windows animations in Windows 10 the font on Twitter.com changes somewhat. I believe it is altering the character spacing/scaling. I have not had thi… (Lesen Sie mehr)

When I turn off the windows animations in Windows 10 the font on Twitter.com changes somewhat. I believe it is altering the character spacing/scaling.

I have not had this behavior on other browsers (Brave, Edge, Chrome & OperaGX tested). I have not noticed this on other websites, but I also haven't really looked.

Windows version 22H2 (OS Build 19045.4291) Firefox version 124.0.2

Images provided are with them off, then on

Steps to recreate 1. Load a tweet (tweet in the images: https://twitter.com/FedeItaliano76/status/1779855670432408011) 2. Turn off window animations (settings->display->show animations in windows->Off) 3. Reload the Tweet

This is not a critical issue for me, but I think it's worth mentioning

Gefragt von SiwelTheLongBoi vor 4 Tagen

Can't close Firefox with multi pages opened through right clicking the taskbar.

Firefox Version: 124.0.2 (64 bit) Windows Version: Windows 10 LTSC 2019 (Version 1809) When I right click the taskbar and press close Firefox, here comes the interface j… (Lesen Sie mehr)

Firefox Version: 124.0.2 (64 bit) Windows Version: Windows 10 LTSC 2019 (Version 1809)

When I right click the taskbar and press close Firefox, here comes the interface just as the screenshot uploaded. The blue close button doesn't response no matter how I click it and the Firefox's taskbar is flashing yellow. This bug only occurs on the first window of Firefox and only when user right click the taskbar.

It has been a long time for me wishing that some updates would be released soon to fix this issue, while noting happens. Or this bug is only for me?

Gefragt von Feeling Unreal vor 1 Woche

Letzte Antwort von Feeling Unreal vor 4 Tagen

Intermittent internet outage/reconnection happening only on Facebook

Starting Friday April 19, I have been experiencing constant very brief internet outages/reconnections while using Facebook on the desktop. The outages do not occur anywhe… (Lesen Sie mehr)

Starting Friday April 19, I have been experiencing constant very brief internet outages/reconnections while using Facebook on the desktop. The outages do not occur anywhere else on the internet...and do not occur on other browsers. I prefer to use Firefox. I am using Windows 11.

Gefragt von Hojoman vor 3 Tagen

latest FFox supernova blew up reader view

In previous versions of FFx, toggling to Reader view used the same font I'd chosen in Settings / wherever. Now it's something else, in boldface with no distinctions made … (Lesen Sie mehr)

In previous versions of FFx, toggling to Reader view used the same font I'd chosen in Settings / wherever. Now it's something else, in boldface with no distinctions made in original view (italics, not italics, etc). & there doesn't seem to be any way I can control fonts in Reader.

Any suggestions? In plain English, please, I am NOT a programmer or computer professional, just a regular human trying to use this new version that seems to have broken everything I liked about FFx.

Gefragt von pat.g888 vor 4 Tagen

Letzte Antwort von pat.g888 vor 3 Tagen

autohide everything when not hovered anywhere on browser 2

this was asked before by myself /questions/1284841 and again by another user /questions/1402855 the code was navigator-toolbox { max-height: 0; overflow: hid… (Lesen Sie mehr)

this was asked before by myself

/questions/1284841

and again by another user

/questions/1402855

the code was

  1. navigator-toolbox {
 max-height: 0;
 overflow: hidden;
 transition: ease all 3s;

}

  1. main-window:hover #navigator-toolbox {
 max-height: 100vh;
 animation: 0s pop-in;
 animation-fill-mode: both;
 animation-delay: 2s;

}

@keyframes pop-in {

 from {overflow: hidden}
 to {overflow: unset}

}

the issue now i have with firefox 124.0.2 is that the transition is now instant when my mouse enters or leaves the window and one of my addon buttons (roboform) no longer works with this userchrome.css edit.

its been a few updates ago it broke maybe 15 or so and now im wondering if there is a better updated script that works like it used to.

Gefragt von roger douglas vor 3 Tagen

Firefox won't open in full screen

When I close firefox while it's in full screen, turn off my laptop, and then open it again the day after, it opens in the small screen for some reason. I tried going to t… (Lesen Sie mehr)

When I close firefox while it's in full screen, turn off my laptop, and then open it again the day after, it opens in the small screen for some reason. I tried going to the root directory in the about:profiles section of the more troubleshooting information section and renaming xulstore.json to xulstore.json.old, and each time it worked for a few days and then it just installed a new xulstore.json and went back to opening in the small screen. This is really annoying and I don't want to switch it manually every time.

Gefragt von HunterWade2024 vor 4 Tagen

Letzte Antwort von HunterWade2024 vor 3 Tagen

my bookmark is not syncing after logging on another win-10 machine

bold textDear Firefox team. My Laptop OS was dead, I unable to syncing my bookmark on new windows-10 OS and logging with gmail account. how can i get the syncing bookma… (Lesen Sie mehr)

bold textDear Firefox team.

My Laptop OS was dead, I unable to syncing my bookmark on new windows-10 OS and logging with gmail account.

how can i get the syncing bookmark on my laptop.

can anyone help me. my bookmark is very important and up to date till last week.

Version : 24.0.2 (64-bit https://prnt.sc/jY-u_50dt2b7

Gefragt von Sheraz Ali vor 1 Woche

Letzte Antwort von Sheraz Ali vor 3 Tagen

My firefox data Bookmark, pass, urls, ID and etc has been lost at 3rd april.

HI Mozila firefox support team, I would request you to kindly provide me bookmark, My laptop windows was creached, after that i logged in on other laoptop but, unfortun… (Lesen Sie mehr)

HI Mozila firefox support team,

I would request you to kindly provide me bookmark,

My laptop windows was creached, after that i logged in on other laoptop but, unfortunatly the bookmark is not sync and showing/downloading after logged in. please look into this.

My book mark it was very old and using since 8 years almost as i remember.

I followed below link. but still the same..

https://support.mozilla.org/en-US/questions/1444740#answer-1647784

Gefragt von Sheraz Ali vor 3 Tagen

How to see what external urls gets launched by firefox?

When I launch teams or slack from firefox on windows, I presume that a slack:// and teams:// or equivalent url is launched by the webpage. As a developer working on Brow… (Lesen Sie mehr)

When I launch teams or slack from firefox on windows, I presume that a slack:// and teams:// or equivalent url is launched by the webpage.

As a developer working on Browser Picker, it would be quite handy if I could inspect these urls that gets launched, is there a way I can see the actual protocol url that got launched somewhere?

Gefragt von morten11 vor 3 Tagen

Letzte Antwort von morten11 vor 2 Tagen

Image corrupt or truncated for big sprite

Hello. I have a pretty big sprite image i am trying to display on my web page but mozzila wont display it. The sprite is 78016px by 1000px and im cropping it to be 736px … (Lesen Sie mehr)

Hello. I have a pretty big sprite image i am trying to display on my web page but mozzila wont display it. The sprite is 78016px by 1000px and im cropping it to be 736px by 1000px. Sprite is made out of a png sequence that was made in 3d software, now the thing is when i put in the non rendered verson of images(3D viewport colors) which windows labels as 8bit (maybe because of less colors) it gets displayed, but when i put the rendered version which windows labels as 32bit image it wont get displayed on Mozilla. It gets displayed on Chrome and Edge without any problems. The only difference beetween the images is that the rendered version has a transparent background behind the subject...they are the same sized sprite. I will drop the first frames of the sprite in the images section so you can get a better idea. Also all of the code and images is stored locally.

Gefragt von Bundalo Mihailo vor 2 Tagen

Letzte Antwort von Bundalo Mihailo vor 2 Tagen

FireFox takes 2 attempts to load searches.

when I search for a page after opening a tab. The page will load slowly then stop. I'll then have to hit enter again for the page the load. This does not happen with Chro… (Lesen Sie mehr)

when I search for a page after opening a tab. The page will load slowly then stop. I'll then have to hit enter again for the page the load. This does not happen with Chrome or Edge. Any ideas how to fix this frustrating issue. Thanks.

Gefragt von caballerj vor 2 Tagen