为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Change size of the header bar to better display persona images?

  • 9 个回答
  • 251 人有此问题
  • 178 次查看
  • 最后回复者为 cor-el

more options

I would like to change the vertical size of the header area in Firefox so the persona images I choose will be easier to see. Right now, when I choose a persona image, it only displays part of the image. The bottom part of the image seems to be blocked by the little horizontal gray line that separates the image area and the standard white background of the Firefox browsing area. The gray line looks like you can just grab it with the cursor and drag it down (as you would normally to increase the overall height or width of the entire browser screen) but no love.

I would like to change the vertical size of the header area in Firefox so the persona images I choose will be easier to see. Right now, when I choose a persona image, it only displays part of the image. The bottom part of the image seems to be blocked by the little horizontal gray line that separates the image area and the standard white background of the Firefox browsing area. The gray line looks like you can just grab it with the cursor and drag it down (as you would normally to increase the overall height or width of the entire browser screen) but no love.

被采纳的解决方案

Add extra empty toolbars if you want to see more of the persona.
You can create new toolbars via View > Toolbars > Customize
You have to place something on a toolbar (drag a Space item onto it) before closing the Customize window as empty toolbars are automatically removed.

See http://kb.mozillazine.org/Toolbar_customization

定位到答案原位置 👍 21

所有回复 (9)

more options

选择的解决方案

Add extra empty toolbars if you want to see more of the persona.
You can create new toolbars via View > Toolbars > Customize
You have to place something on a toolbar (drag a Space item onto it) before closing the Customize window as empty toolbars are automatically removed.

See http://kb.mozillazine.org/Toolbar_customization

more options

That worked perfectly, thank you so much!

more options

You're welcome

more options

Please Help! I tried this and it just won't work. When I close the customize toolbar window all the tool bars disappear and the browser goes back to original size. I've put spacers on it, I've put icons on it but the new tool bar won't stay. I must be doing something wrong. Using Windows XP with Firefox 3.6.13

more options

Hi - I marked tpach's post as 'helpful' because I realised that I'm not alone in experiencing the same problem - i.e. my browser header does not show a full persona, vertically. I also tried cor-el's instructions. It seemed to work, but as soon as I clicked 'done', the browser header shrank back to size. Bah! It really does spoil the look of the personas, as some is always missing. FYI, I use Windows Vista with Firefox 3.6.13. Any help, please?!

more options

Further to my post above, I have persevered with the instructions given by cor-el about adding (customising) toolbars on the browser header. Each time I added a toolbar, I got more creative in the positioning of icons. Through trial and error I can now see all of my chosen persona. Thanks again cor-el!

Tpach, if you read this, have another go. Believe me, I was having big problems in adding bars, and making them 'stay' with the added 'drag across' icons. It might just pay off. Good luck.

more options

If you right click> customise> Add New Toolbar, a little box pops up asking for a name. I usually name them Extra1, Extra 2, Extra 3 etc.

When you have done that, click and drag a Flexible Space onto your new toolbar area (you could also use a space but I prefer to use a felxible one as you can clearly see it fill the toolbar area). When you see your white space 'land' on the area, click "Done".

If you repeat this step a few times, after you have about 5 extra toolbars, if you right click on the toolbar area, you should be able to see a list of all of them. Now you can tick/untick as many as you need to display your persona.

I do admit, this is a pain in the neck! I find that some personas show the entire image with only 2 extra toolbars and others take about 8! But by the time you have done that, your browsing window is so small as the persona takes up a third of the screen, it's not worth it!

If aynone knows how to find out the resolution of your own browser toolbar area, so that you can fit an image in the top right corner - WITHOUT it being cropped and WITHOUT having to add mutiple additional toolbars, please let me know!

more options

You can create one toolbar (name: PersonaFiller) via "View > Toolbars > Customize" and put a single Space item on it and use code in userChrome.css to set a min-height for that toolbar.

If you do not want to see that toolbar to get more website space then you only need to remove one check-mark via the right-click context menu.

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

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#__customToolbar_PersonaFiller {min-height:100px !important;}