css圖片縮小到一定的范圍怎樣實現(xiàn)?
如果您固定那個區(qū)域只能顯示400 200的范圍的話,可以這樣做
.img_zone {width:400px;height:220px;overflow:hidden; text-align:center;}
.img_zone img{max-width:400px;max-height:220px;vertical-align:middle;}
注意這里的圖片就不要在里面寫width 和height了。
只是ie6不支持max- 這樣的屬性。看您的面相群體是怎樣的了