文約 1 分鐘閱讀
IE8 max-width CSS圖像變形的解決方法
分類文
標籤#css
IE8在css使用max-width時會有如下圖失真的情形發生。

css只需要簡單的將後面加入width:auto; height:auto; 就可解決。
{googleads center}
img{ max-width:680px; width:auto; height:auto; }

IE8在css使用max-width時會有如下圖失真的情形發生。

css只需要簡單的將後面加入width:auto; height:auto; 就可解決。
{googleads center}
img{ max-width:680px; width:auto; height:auto; }
