Visar taggade frågor: Visa alla frågor

Nav-Bar Left & Right Margin Adjust? (nav buttons are not all square)

Hi All, Is there a way to make the Nav Bar flush with the left and right margins of the browser? The way it is now, the margins are a bit too much inward, not reaching … (läs mer)

Hi All,

Is there a way to make the Nav Bar flush with the left and right margins of the browser?

The way it is now, the margins are a bit too much inward, not reaching the ends of the browser window, which makes the buttons on the ends (Back and Hamburger) too wide, as can be seen by the wide highlight when hovering over them. This makes the end buttons rectangular instead of square.

In FF 88, these buttons were flush with the left and right margins of the window, making all buttons on the Nav Bar square.

I'd like all the Nav Bar buttons to be perfectly square and symmetrical. This apparently requires adjusting the left & right margins of the Nav Bar... or is the Nav Bar just too short causing it to stretch itself to the ends of the window? I'm not sure.

Please see attached 2 images.

Thanks!

Frågat av Slouch 19 timmar sedan

Senaste svar av Slouch 12 timmar sedan

Embedded videos not playing after Firefox update, screen turns dark green

My Firefox browser recently updated to 115.11.0esr (64-bit), and now embedded videos won't play, I can initially see a picture, but instead of starting to play, the scree… (läs mer)

My Firefox browser recently updated to 115.11.0esr (64-bit), and now embedded videos won't play, I can initially see a picture, but instead of starting to play, the screen turns dark green and I can only hear the sound. This happened once before recently, but then it seemed to fix itself after a week or two. How can this be fixed?

Frågat av BMC 1 dag sedan

Senaste svar av cor-el 19 timmar sedan

  • Löst

URL bar popup menu text spaced out (kerning/tracking issue)

Hi All, Is there any reason why the menu item text in the URL popup menu is so spaced out in FF 115 and 125? It's the only menu I've found like that. See attached scre… (läs mer)

Hi All,

Is there any reason why the menu item text in the URL popup menu is so spaced out in FF 115 and 125?

It's the only menu I've found like that.

See attached screenshots. The one on the left is FF 115, and the one on the right is FF 88 (more normal).

Is there a way to fix this?

And also remove that "Add" menu item at the bottom?

If so, please reply!

Frågat av Slouch 4 dagar sedan

Besvarad av Slouch 1 dag sedan

URL bar - highlight color of drop-down selections

Hi All, I would like to change the color of the two highlighted URLs in the address bar's drop down list to what they were in FF 88 - the one that is currently selected … (läs mer)

Hi All,

I would like to change the color of the two highlighted URLs in the address bar's drop down list to what they were in FF 88 - the one that is currently selected with the cursor keys, and the one the mouse pointer is over.

The first screenshot below is of the highlight colors in FF 115/125. You can see two different shades of gray, the darker gray being the URL selected with the cursor keys, the lighter gray being the one the mouse pointer is over.

The second image shows the colors from FF 88, the URL selected with cursor keys in blue, and a dark gray for the one the mouse pointer is over.

Any help in modifying these colors, and the radius of the selection is greatly appreciated!

Frågat av Slouch 3 dagar sedan

Senaste svar av Slouch 2 dagar sedan

Free Antivirus, AVG no longer supports Firefox

I have used Firefox for years and had AVG free antivirus installed also for years. Tonight I had a popup window open from AVG informing me that AVG no longer support Fire… (läs mer)

I have used Firefox for years and had AVG free antivirus installed also for years. Tonight I had a popup window open from AVG informing me that AVG no longer support Firefox and have uninstalled their antivirus addon with immediate effect.

Does anyone know of a Free antivirus program that is any good and still supports Firefox?

Frågat av mac_rame 2 dagar sedan

Senaste svar av jonzn4SUSE 2 dagar sedan

  • Löst

Customize Toolbar page does not appear.

When I try to customize the toolbar in Firefox 115.10, the browser tries to change the page to the customize toolbar / overflow toolbar page. However the page flashes o… (läs mer)

When I try to customize the toolbar in Firefox 115.10, the browser tries to change the page to the customize toolbar / overflow toolbar page. However the page flashes on and then reverts to the normal browser page. The page showing customize toolbar/ overflow toolbar, is transient and does not last. So I can't even customize the order of the buttons on my toolbar. This wasn't a problem a few days ago before the switch to this latest version. In particular I am trying to change the position of the "home" button to the left side of the address box. I just can't bring up the customize toolbar page. I'm not talking about the position of the add-on or extension buttons...just the home button. Hope this is clear. By the way, I've even tried this in safe mode to no avail.

Frågat av paulgxi 3 dagar sedan

Besvarad av paulgxi 3 dagar sedan

  • Löst

Change URL border color when focused

Hi All, I would like to change the url border color when it has the focus to blue. The code below works, except when you press Escape. After hitting Escape, the urlbar… (läs mer)

Hi All,

I would like to change the url border color when it has the focus to blue.

The code below works, except when you press Escape.

After hitting Escape, the urlbar still has the focus but its border changes back to gray. It should remain blue.

I would also like to remove the box-shadow after pressing Escape, when the urlbar is not expanded (to mimic the behavior of FF 88).

The url and search input fields also do the same goofy thing Windows 10 does - the cursor stops blinking after 5 blinks and remains frozen. Any way to remove that behavior and keep the cursor blinking? If not, no big deal, the other stuff above is more important.

Any code suggestions to get that behavior are welcome!

/* set the initial borders of the urlbar and search bar to gray */
#urlbar > #urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background, #searchbar { border: 1px solid #a1a6b5 !important; outline: none !important; border-radius: 0px !important; }
/* set urlbar border to blue when focused */
#urlbar[breakout][breakout-extend] #urlbar-background {
   border-color: #0078d7 !important;
}

Frågat av Slouch 4 dagar sedan

Besvarad av jscher2000 - Support Volunteer 4 dagar sedan

  • Löst

Setting border color for focused URL Bar

Hi All, I'm trying to set the border color for my url & search bars to gray when non-focused, and blue when receiving the focus. The following code works for the se… (läs mer)

Hi All,

I'm trying to set the border color for my url & search bars to gray when non-focused, and blue when receiving the focus.

The following code works for the search bar, but the url bar is receiving a separate blue border around the gray border, instead of changing the color from gray to blue.

Can someone suggest how I might set the url bar to blue (just a single border, not the double it has now), both when it has focus and when it's expanded?

Thank you!

/* set non-focused url & search bars to gray border */
#urlbar > #urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background, #searchbar { border: 1px solid #a1a6b5 !important; outline: none !important; border-radius: 0px !important; }
/* set focused search bar to blue border */
#urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background:focus-within, #searchbar:focus-within { border: 1px solid #0078d7 !important; }
/* set focused url bar to blue border */
#urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background:focus-within, #urlbar:focus-within { border: 1px solid #0078d7 !important; }

Frågat av Slouch 1 vecka sedan

Besvarad av Slouch 4 dagar sedan

Offidocs

How do I get rid of this on my Firefox browser it keeps coming up all the time??? https://www.offidocs.com/media/system/app/view_edit_pdfeditor_nav.php?myServerhost=tut&… (läs mer)

Frågat av thinkingofhow 4 dagar sedan

Can't log in to Regions Bank Account. Message: "We can’t locate that page right now."

Can't log in to Regions Bank Account. Message: "We can’t locate that page right now." after typing in password Works fine on other browsers. Problem started Maybe arou… (läs mer)

Can't log in to Regions Bank Account. Message: "We can’t locate that page right now." after typing in password Works fine on other browsers.

Problem started Maybe around mid April. Have 5 computers: 2 running Windows 10, 2 running Windows 7 Professional, 1 running Linux

Problem occurs only on the computers running windows 7 Professional

Regards.

Frågat av HBR Firefox VPN 6 dagar sedan

Senaste svar av jonzn4SUSE 4 dagar sedan

  • Löst

Move Tab Icons (favicons) up 1px

Hi All, For some reason my tab icons look a little low, and I would like them more vertically centered. I've been trying to move these icons around using some older cod… (läs mer)

Hi All,

For some reason my tab icons look a little low, and I would like them more vertically centered.

I've been trying to move these icons around using some older code that doesn't seem to work anymore.

The code below no longer has any effect.

Does anyone know how to move the tab icons up 1 pixel?

Thanks!

/* padding doesn't move them */
.tab-throbber, .tab-icon-image { padding-bottom: 4px !important; }
/* margin doesn't move them */
.tab-throbber, .tab-icon-image { margin-bottom: -2px !important; }
/* can't even turn the icons off LOL */
.tab-icon-image { display:none !important; }

Frågat av Slouch 6 dagar sedan

Besvarad av cor-el 5 dagar sedan

Trojan in Firefox

Microsoft Security Essentials detect multiples times Trojan in Firefox setup. By Uninstalling and reinstalling, the issue was not resolved. Refer screenshots - https://p… (läs mer)

Microsoft Security Essentials detect multiples times Trojan in Firefox setup. By Uninstalling and reinstalling, the issue was not resolved.

Refer screenshots - https://prnt.sc/Ws33iJcTrTf4 and https://prnt.sc/qGtwazGiX9ft

Category: Trojan

Description: This program is dangerous and executes commands from an attacker.

Recommended action: Remove this software immediately.

Items: containerfile:C:\Users\SYSCOM\AppData\Local\Mozilla\Firefox\Profiles\8dgf2yxz.default-1714042762339\cache2\entries\DC4B6FD7DF61D36E6E04BFC4DB2700E143AD5C51 file:C:\Users\SYSCOM\AppData\Local\Mozilla\Firefox\Profiles\8dgf2yxz.default-1714042762339\cache2\entries\DC4B6FD7DF61D36E6E04BFC4DB2700E143AD5C51->(GZip)

Frågat av SYSCOM INDIA 6 dagar sedan

Senaste svar av James 6 dagar sedan

Replace context menu navigation icons with text only

Hi All, Is there a way to replace the navigation icons on the context menu with their text-only counterparts? I've tried the following code segments which provide less-… (läs mer)

Hi All,

Is there a way to replace the navigation icons on the context menu with their text-only counterparts?

I've tried the following code segments which provide less-than-optimal results.

This one which worked in FF 88, now removes the icons, but leaves 4 blank buttons in a row with no text...

#context-back image,
#context-forward image,
#context-reload image,
#context-stop image,
#context-bookmarkpage image {display: none !important;}}


This one completely removes the options, but I would like to keep them, and replace them with their text counterparts

#context-navigation,
#context-sep-navigation {
   display:none !important;
}


Please see attached images for the before and after of what I'm trying to achieve.

Might be nice to have the blank icon column to the left of these 4 items so they all line up with the items below, but I can live without that if it's not possible.

Any help is appreciated!

Frågat av Slouch 1 vecka sedan

Senaste svar av Slouch 1 vecka sedan

  • Löst
  • Låst

Private browsing zoom settings

I'm having a problem with websites not remembering my zoom percentage settings. The zoom settings were remembering on my administrator account until recently. The stran… (läs mer)

I'm having a problem with websites not remembering my zoom percentage settings. The zoom settings were remembering on my administrator account until recently. The strange thing is that zoom settings on websites ARE remembered in my standard user account on the same device. I am talking about private browsing only & after I close the session & reopen another Firefox session. Thank you

Frågat av Tom_798 2 månader sedan

Besvarad av zeroknight 1 månad sedan

Win 7: Firefox update to 115.10 esr from 91.0.2

It looks as though installing this 115.10 ESR will be a "new Install" instead of an update. 1) Will I lose my bookmarks, settings, passwords, ect? (My bookmarks have be… (läs mer)

It looks as though installing this 115.10 ESR will be a "new Install" instead of an update.

1) Will I lose my bookmarks, settings, passwords, ect? (My bookmarks have been collecting for years....)

2) If I try this will creating a restore point return me back to the way I was before the attempt?

Thank You All!

Frågat av Longtimeuser 1 vecka sedan

Senaste svar av cor-el 1 vecka sedan

Are Firefox Menus Different in Windows 7 and Windows 10?

Do Firefox menus appear differently in Windows 10 than they do in Windows 7? In Windows 7, I see the normal system menus - square corners, light blue menu item highlight… (läs mer)

Do Firefox menus appear differently in Windows 10 than they do in Windows 7?

In Windows 7, I see the normal system menus - square corners, light blue menu item highlights, 3D column line on the left, dark drop shadow below and to the right of the menu.

In Windows 10 I notice differences - gray-highlighted menu items, rounded corners, no drop shadow, etc.

I'm not using any code to style the menus.

Please see attached images.

Thanks to all who respond.

Frågat av Slouch 1 vecka sedan

Senaste svar av Slouch 1 vecka sedan

Menu Padding Code Works in FF on Windows 10 but not in Windows 7?

Hi All, Any idea why the menu code I'm using below to reduce padding in menu items is only affecting Firefox in Windows 10, but not in Windows 7? Please see attached im… (läs mer)

Hi All,

Any idea why the menu code I'm using below to reduce padding in menu items is only affecting Firefox in Windows 10, but not in Windows 7?

Please see attached images.

It's a very strange anomaly. This is true for both FF 125 and FF 115 ESR.

Thanks to all who respond.

/*** Tighten up drop-down/context/popup menu spacing (8 Sep 2021) ***/ /*

*
* why doesn't this affect the Firefox menu bar in Windows 7?  only in windows 10?
*
*/

menupopup:not(.in-menulist) > menuitem, menupopup:not(.in-menulist) > menu {

 padding-block: 0px !important; /* reduce to 3px, 2px, 1px or 0px as needed */ 
 min-height: unset !important; /* v92.0 - for padding below 4px */

}

root {
 --arrowpanel-menuitem-padding: 4px 8px !important;

}

Frågat av Slouch 1 vecka sedan

Senaste svar av Slouch 1 vecka sedan

Very slow start up

It takes forever for my home page (MSN) to load when I first start Firefox. Can that process be speeded up? I suspect there's a way to get my home page to load faster. Ca… (läs mer)

It takes forever for my home page (MSN) to load when I first start Firefox. Can that process be speeded up? I suspect there's a way to get my home page to load faster. Can someone help? Thank you, Firefox.

Frågat av sciencemagic 1 vecka sedan