Mozilla 도움말 검색

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

Learn More

How to move status messages?

more options

Ok I am aware that Google Chrome and IE have the same issue (The fact that both IE and Firefox has decided to emulate Google chrome is disturbing to me.) But that aside, many sites I visit have dynamic content in the lower left corner of the web page. Status messages from the browser overlay this content.

How can I move the position of the status messages to the right bottom corner? (And yes! when you had an actual status bar these messages did not interfere with the web page)

Ok I am aware that Google Chrome and IE have the same issue (The fact that both IE and Firefox has decided to emulate Google chrome is disturbing to me.) But that aside, many sites I visit have dynamic content in the lower left corner of the web page. Status messages from the browser overlay this content. How can I move the position of the status messages to the right bottom corner? (And yes! when you had an actual status bar these messages did not interfere with the web page)

모든 댓글 (1)

more options

You can use a custom style rule to force it to the right (normally it appears on the left for left-to-right languages unless it would impinge on a link you are hovering):

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
statuspanel{
  right: 0 !important;
}

Custom style rules can be applied to Firefox by creating/editing a userChrome.css file (see: http://kb.mozillazine.org/UserChrome.css) or using the Stylish extension (https://addons.mozilla.org/firefox/ad.../stylish/). More detail on those if needed.

But the above rule doesn't prevent the message from obscuring whatever is behind it. To move the message off the page and back into a proper status bar, you might consider https://addons.mozilla.org/firefox/addon/status-4-evar/