Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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

  • 3 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: 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?

모든 댓글 (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.