Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜尋 Mozilla 技術支援網站

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

Learn More

Is there any prospective solution to the old problem that graphics disappear when the browser window is resized?

  • 3 回覆
  • 5 有這個問題
  • 10 次檢視
  • 最近回覆由 saxofon

more options

example: www.satlinker.de If the browser window is smaller than the content, the header image looks fine. My css style sheet looks like that:

#banner {
 padding-left:10px;
 text-align: left;
 font-weight: bold;
 border: 1px solid #000;
 background: transparent url(/media/header.svg) top left no-repeat;
 height: 70px; /*workaround to adjust width*/
 -webkit-background-size:100% 100%;
 -moz-background-size:100% 100%;
 -o-background-size:100% 100%;
 background-size:100% 100%;
}

It has nothing to do with svg images, similar problems with png. In former versions setting the height worked as a workaround, but no more in vesion 17. There are various problems like that described in the net: e.g. Bug 282558 - Scaled image dissappears on browser resize. But I cannot find any solutions - and this bug is described in 2005!!!

example: www.satlinker.de If the browser window is smaller than the content, the header image looks fine. My css style sheet looks like that: <pre><nowiki>#banner { padding-left:10px; text-align: left; font-weight: bold; border: 1px solid #000; background: transparent url(/media/header.svg) top left no-repeat; height: 70px; /*workaround to adjust width*/ -webkit-background-size:100% 100%; -moz-background-size:100% 100%; -o-background-size:100% 100%; background-size:100% 100%; }</nowiki></pre> It has nothing to do with svg images, similar problems with png. In former versions setting the height worked as a workaround, but no more in vesion 17. There are various problems like that described in the net: e.g. Bug 282558 - Scaled image dissappears on browser resize. But I cannot find any solutions - and this bug is described in 2005!!!

由 saxofon 於 修改

被選擇的解決方法

I was wrong, it was a problem with the svg format. I tried several other formats, each makes its own problems. I tried to cleanup the svg code with converter tools and at last manually with an editor - nothing works. Gif and jpg made other problems, so finally I found an image converter at http://www.files-conversion.com/, that produces an acceptable png format.

I think that rendering images should be improved.

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

所有回覆 (3)

more options

The best option is to comment in that bug, say that you can reproduce in Firefox 17 (and also test with Firefox nightly) and see what the devs say.

more options

Sorry, now I found how to edit my original post.
The url must be www.satlinker.de
The link to the image itself is: http://www.satlinker.de/media/header.svg . All works fine with IE.

由 cor-el 於 修改

more options

選擇的解決方法

I was wrong, it was a problem with the svg format. I tried several other formats, each makes its own problems. I tried to cleanup the svg code with converter tools and at last manually with an editor - nothing works. Gif and jpg made other problems, so finally I found an image converter at http://www.files-conversion.com/, that produces an acceptable png format.

I think that rendering images should be improved.

由 saxofon 於 修改