IE8 max-width CSS圖像變形的解決方法 詳細內容 分類: CSS 發佈: 08 七月 2015 IE8在css使用max-width時會有如下圖失真的情形發生。 css只需要簡單的將後面加入width:auto; height:auto; 就可解決。 img{ max-width:680px; width:auto; height:auto; } 您也可能喜歡這些文章 View the discussion thread. back to top 最近更新: 08 十一月 2016 Hits: 2508 CSS