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

My add-on, The Galaxy of Andromeda, only shows a small strip, how can I make it cover more of the page?

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

more options

The add-on looks great but when Firefox is up I see only a small strip how can I make it the background?

The add-on looks great but when Firefox is up I see only a small strip how can I make it the background?

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

more options

Are you talking about a theme? Only the upper few inches will show on the browser, However, if you add a toolbar, or an add-on that has it's own bar, you will see more of the theme.

For example, install this;

https://addons.mozilla.org/en-US/firefox/addon/showip-private/ ShowIP (private)

Shows the IP address of the current page in the status bar . . . . . .

more options

That is really pretty: https://addons.mozilla.org/firefox/addon/the-galaxy-of-andromeda/

I'm not sure what you mean by make it the background. The background of a web page, such as the home page, new tab page, etc.?

Unfortunately, like most lightweight themes, the image is only about an inch tall and therefore isn't large enough to fill the whole browser. Perhaps there is a different kind of add-on for the area you want to fill. For example, the "New Tab Tools" extension lets you choose a background image for the new tab page: https://addons.mozilla.org/firefox/addon/new-tab-tools/

more options

To see more of the Persona you can set a min-height to the navigator-toolbox with code in the userChrome.css file or by using the Stylish extension.

Add code to the userChrome.css file below the default @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#navigator-toolbox { min-height:200px!important; box-shadow:ThreeDShadow 0 -1px inset; }

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.