Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Tabs on bottom

  • 3 trả lời
  • 4 gặp vấn đề này
  • 3 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

I have honestly no idea why you guys don't have an option to be able to put the tabs bellow the address bar like in the old versions of firefox. I used the userchrome.css for a long time to place the tabs back on the bottom of the address bar and at the minimum once a year you guys break the program. Is it so hard to program a switch or something to place the tabs on the bottom?

I have honestly no idea why you guys don't have an option to be able to put the tabs bellow the address bar like in the old versions of firefox. I used the userchrome.css for a long time to place the tabs back on the bottom of the address bar and at the minimum once a year you guys break the program. Is it so hard to program a switch or something to place the tabs on the bottom?

Tất cả các câu trả lời (3)

more options

I doubt you will find a browser which does not have tabs at the top. GC has tabs at the top and no way to change it. The userChrome.css code for doing that has to be updated so you should go to the site where you got it and update it.

more options

One reason that UI customizations can disappear in Firefox -- this one was removed in Firefox 29.0 -- is when the testing burden becomes too high. Many features have automated tests, but user interface features can't always be verified using automated tests, and if everything is design to align with the standard layout, going back and fixing dozens of little things with an alternate layout consumes a lot of resources.

Firefox 113 continued the process of standardizing the user interface code and removing legacy elements. The latest change removed some proprietary properties (-moz-box-*) that were previously used to change the order of elements (up or down). So as you know, you'll need to update your code again.

General suggestions:

(1) Return to your original source. The person/site that provided the original code (often on Github) usually has already updated to account for the changes. These include the MrOtherGuy repository and Aris' CustomCSSforFx repository on Github.

(2) Ask for help on the FirefoxCSS subreddit. If you are a DIY coder, check out the sticky post with the technical background explanation, and if you want more help, try reading through the latest threads and/or starting a new one.

=> Sticky background thread: https://www.reddit.com/r/FirefoxCSS/comments/11odffm/psa_incoming_changes_to_default_element/

=> Latest discussions on r/FirefoxCSS: https://www.reddit.com/r/FirefoxCSS/new/

more options

What CSS code in userChrome.css did you previously use for the tabs below the Navigation Toolbar as it might be easy to fix it ?