Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Used the fix for Tabs on Bottom but lost the top right buttons for minimize, cascade, restore, exit.

  • 2 Antworten
  • 1 hat dieses Problem
  • 7 Aufrufe
  • Letzte Antwort von cor-el

more options

The above pretty much sums it up. I at least have tabs on bottom and haven't done any coding in 40+ years but I'll try some tweaks but would really like the above mentioned buttons back.

The above pretty much sums it up. I at least have tabs on bottom and haven't done any coding in 40+ years but I'll try some tweaks but would really like the above mentioned buttons back.

Ausgewählte Lösung

Make sure that you have either the window title bar or the menu bar visible. Otherwise the caption buttons would be placed on the Tab bar and this might not work properly (the buttons need to be positioned via a "top:offset" rule and this only works properly for a known Bookmarks toolbar state).

Diese Antwort im Kontext lesen 👍 0

Alle Antworten (2)

more options

Assuming your "fix" involves the userChrome.css file ... Does the code for that "fix" have any lines that refer to titlebar?

If so, try commenting out - using /* */ - those lines, then start Firefox.

https://www.userchrome.org/ https://www.userchrome.org/what-is-userchrome-css.html https://www.userchrome.org/help-with-userchrome-css.html

more options

Ausgewählte Lösung

Make sure that you have either the window title bar or the menu bar visible. Otherwise the caption buttons would be placed on the Tab bar and this might not work properly (the buttons need to be positioned via a "top:offset" rule and this only works properly for a known Bookmarks toolbar state).

Geändert am von cor-el