这是我的index.html
:
<html>
<head>
<title>My Website</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" media="screen and (max-resolution: 96dpi)" type="text/css" href="css/app_normal.css"/>
<link rel="stylesheet" media="screen and (min-resolution: 97dpi) and (max-resolution: 192dpi)" type="text/css" href="css/app_medium.css"/>
<link rel="stylesheet" media="screen and (min-resolution: 193dpi)" type="text/css" href="css/app_hi.css"/>
这适用于Chrome
和Firefox
(我不关心IE!),但不适用于Safari
。我该怎么纠正这个?
由于
答案 0 :(得分:0)
答案 1 :(得分:-1)
请参阅以下链接媒体查询支持的浏览器