レスポンシブで古いIEに対応させる

<!doctype html>
<!–[if IE 6]><link rel=”stylesheet” type=”text/css” href=”css/style.css” /><![endif]–>
<!–[if IE 7]><link rel=”stylesheet” type=”text/css” href=”css/style.css” /><![endif]–>
<!–[if IE 8]><link rel=”stylesheet” type=”text/css” href=”css/style.css” /><![endif]–>
<!–[if gte IE 8]><link rel=”stylesheet” type=”text/css” href=”css/style.css” /><![endif]–>
<!–[if !IE]><!–><link rel=”stylesheet” type=”text/css” href=”css/style.css” />
<html class=””>
<!–<![endif]–>