為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

I upgraded from firefox 3.6 beta 3 to firefox 12 and now none of the Spruz sites that I own or am administrator on shows right The member photos groups are huge

more options

I upgraded from firefox 3.6 beta 3 to firefox 12 and now none of the Spruz sites that I own or am administrator on shows right The member photos, groups, and videos are huge...

My site on Spruz is showing the members photos, groups and videos extremely large...Instead of the members photos taking up a 1 1/2 X 4 space (3 across) on the top left of my site they are going down more than the length of the front page in single file...The groups and videos are taking up the whole middle of the front page...

Since I have to have something that is compatable with the site that I own it needs to be corrected...This is showing up this way on all of the Spruz sites that I belong to...

I upgraded from firefox 3.6 beta 3 to firefox 12 and now none of the Spruz sites that I own or am administrator on shows right The member photos, groups, and videos are huge... My site on Spruz is showing the members photos, groups and videos extremely large...Instead of the members photos taking up a 1 1/2 X 4 space (3 across) on the top left of my site they are going down more than the length of the front page in single file...The groups and videos are taking up the whole middle of the front page... Since I have to have something that is compatable with the site that I own it needs to be corrected...This is showing up this way on all of the Spruz sites that I belong to...

被選擇的解決方法

I can get the photos to display in 3 columns if I do this:

orange Firefox button or classic Tools menu > Options > Content

In the Fonts & Colors section, click the Advanced... button.

Change Minimum Font Size to None and OK out of Options.

But most people are not going to do that. I prefer a minimum font size of at least 10.

So... how to fix it. The way the thumbnails are sized is that they are 10em with a base font size of 5px. If the minimum size is set to 10px, the pictures double in height and width.

It would make more sense if the base font size in your stylesheet was larger. Can you edit it? If so, try doubling the font size and halving the relative image size:

In http://languagesofourancestors.spruz.com/dhtml/corestyle/xstyle.css


/*All Cards Small*/ .SUI-UserPic.small, .SUI-ImageCard.small, .SUI-VideoCard.small { font-size: 10px;}

/* User Pics */ (4 lines down) .SUI-UserPic .SUI-CardImage { display: block; width: 5em; height: 5em; overflow: hidden; border: 1px solid #aaa; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;} .SUI-UserPic .SUI-CardImage img { width: 5em; min-height: 5em; border: 0 none;} .SUI-UserPic .PopInfo {line-height: normal; display: none; width: 140px; position: absolute; z-index: 2; top: 4em; left: 0; margin: 0 auto;}

I think that will be more broadly compatible. There may well be some details I've missed, but hopefully this helps.

I don't know why the minimum font size wasn't applied this way in Firefox 3.6, but I suspect this is the new normal.

從原來的回覆中察看解決方案 👍 1

所有回覆 (7)

more options

Reset the page zoom on pages that cause problems.

  • View > Zoom > Reset (Ctrl+0 (zero); Cmd+0 on Mac)
more options

選擇的解決方法

I can get the photos to display in 3 columns if I do this:

orange Firefox button or classic Tools menu > Options > Content

In the Fonts & Colors section, click the Advanced... button.

Change Minimum Font Size to None and OK out of Options.

But most people are not going to do that. I prefer a minimum font size of at least 10.

So... how to fix it. The way the thumbnails are sized is that they are 10em with a base font size of 5px. If the minimum size is set to 10px, the pictures double in height and width.

It would make more sense if the base font size in your stylesheet was larger. Can you edit it? If so, try doubling the font size and halving the relative image size:

In http://languagesofourancestors.spruz.com/dhtml/corestyle/xstyle.css


/*All Cards Small*/ .SUI-UserPic.small, .SUI-ImageCard.small, .SUI-VideoCard.small { font-size: 10px;}

/* User Pics */ (4 lines down) .SUI-UserPic .SUI-CardImage { display: block; width: 5em; height: 5em; overflow: hidden; border: 1px solid #aaa; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;} .SUI-UserPic .SUI-CardImage img { width: 5em; min-height: 5em; border: 0 none;} .SUI-UserPic .PopInfo {line-height: normal; display: none; width: 140px; position: absolute; z-index: 2; top: 4em; left: 0; margin: 0 auto;}

I think that will be more broadly compatible. There may well be some details I've missed, but hopefully this helps.

I don't know why the minimum font size wasn't applied this way in Firefox 3.6, but I suspect this is the new normal.

more options

Tried that already, It didn't work.

Thank you though

more options

Sorry that reply was meant for cor-el

more options

Thank you jscher2000. I will ask my friend if she can do what you are saying. I don't know how to do too much on the tech part of the computer...

more options

Thank you so much. It worked great. I tried it myself and it worked out good. My site is back to normal again. I was so stressed over it.

more options

I can't see the results of the change yet, myself, but I'll check again Monday.