CSS ย้อมสีเว็บด้วย CSS ย้อมสีเว็บด้วย CSS *{ -moz-filter: grayscale(100%); -webkit-filter: grayscale(100%); filter: gray; /* IE6-9 */ filter: grayscale(100%); }
CSS Condition for CSS <!–[if (IE 6)|(IE 7)]><link rel=”stylesheet” href=”css/style_ie6-7.css” type=”text/css”><!–<![endif]–> <!–[if (!IE)|(IE 8)]><link rel=”stylesheet” href=”css/style_other.css” type=”text/css”><