1
。 。 。 。我有一個非常簡單的html和css背景圖像在縮小時消失
<style media="all" type="text/css">
#header-bg
{
background-image:url(header_bg.png);
background-repeat:repeat-x;
height:496px;
width:100%;
position:relative;
}
</style>
<div id="header-bg"></div>
背景圖像在縮小時消失。圖像大小是1 x 496! this is the background image used
任何想法究竟是什麼錯
謝謝,它解決了這個問題,使圖像2px解決了它 –