針對Internet Explorer的CSS網頁設計 (2008-12-11)
雖然Windows Vista已經預設了Internet Explorer 7(IE7),但使用Windows XP和IE6的用戶還有很多。由於IE6對CSS的支援並不完善,我們必須特別處理。以下的語法可以隔離其他瀏覽器,令當中的CSS檔案只實現在IE6上。
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="ie6.css" /> <![endif]-->
