2014年7月1日 星期二

IE 條件註解 (IE Conditional comment)

人客呀!看到這種註解,別亂砍,會害網頁走山阿!

IE Conditional Comment  只對IE瀏覽器有效,其他瀏覽器會當成註解。

Example:

<!--[if IE]>
    只要是IE,該區塊會運作。
<![endif]-->

<!--[if IE 7]>
  如果是IE7,該區塊會運作。
<![endif]-->