css防止圖片撐破頁面的代碼(圖片自動縮放)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>無標題文檔</title><style type="text/css">.content-width {MARGIN: auto;WIDTH: 600px;}.content-width img{MAX-WIDTH: 100%!important;HEIGHT: auto!important;width:expression(this.width > 600 ? "600px" : this.width)!important;}</style></head><body>

<div class="content-width"> <p><img src="https://www.getit01.com/getimg_360.php?url=http://userimage2.360doc.com/12/0427/05/2904667_201204270513380590.jpg"></p> <p><img src="https://www.getit01.com/getimg_360.php?url=http://userimage2.360doc.com/12/0427/05/2904667_201204270513410840.jpg"></p></div>

</body></html>————————————————————————————————————試驗.content-width {MARGIN: auto;WIDTH: 1000px;}.content-width img{MAX-WIDTH: 100%!important;HEIGHT: auto!important;width:expression(this.width > 1000 ? "1000px" : this.width)!important;}


推薦閱讀:

怎樣保證圖片轉cad圖的質量
[爆笑圖片]我收集的搞笑圖片[第三輯]
《自然》盤點2015年度最佳科學圖片,絕對有一張適合做屏幕壁紙
梅林春曉。請曾老師設計,設計費150元[補充圖片]
圖片 馬來西亞的婦女

TAG:圖片 | 代碼 | 頁面 |