0
背景圖片,我需要一些中心形象,我的網站的背景下,這適用於Chrome和Firefox罰款,但在IE上的圖像不能與瀏覽器的大小調整...調整對IE
如果我調整窗口的大小,將圖像尺寸調整過的Chrome和Firefox ..但不能在IE
看看:http://www.alsite.com.br/misskessi
,這是我的CSS:
html, body {
width:100%;
height:100%;
margin:0;
padding:0;
background: #FFFFFF url(../imagens/fundo_site2.jpg);
background-repeat:no-repeat;
background-size:contain;
background-position:center
}
任何提示?
要調用圖像應你的代碼是:'背景:#FFFFFF URL(「../ imagens/fundo_site2.jpg」);'也許這就是爲什麼IE瀏覽器將不會把它撿起來? –
nop ..不需要使用引號... – Preston