Add Body Class Just For IE

<!–[if IE ]> <body class=”ie”> <![endif]–> <!–[if !IE]>–> <body> <!–<![endif]–> Or more robust version putting class on HTML element: <!DOCTYPE html> <!–[if IEMobile 7 ]> <html dir=”ltr” lang=”en-US”class=”no-js iem7″> <![endif]–> <!–[if lt IE 7 ]> <html dir=”ltr” lang=”en-US” class=”no-js ie6 oldie”> <![endif]–> <!–[if IE 7 ]> <html dir=”ltr” lang=”en-US” class=”no-js ie7 oldie”> <![endif]–> <!–[if IE … Continue reading Add Body Class Just For IE