希望有人能帮上忙。在我的css http://192.185.137.91/~gothicarch/ihealth/的第459行,有一个IE看不到的媒体查询。我完全被难住了。Chrome和FF看得很好。如果有人能看一下,我将不胜感激。
@media only screen and (max-width:902px){
h2{
font-size:20px;
}
#callouts-wrapper{
width:100%;
padding-left:0;
text-align:center;
}
#callouts{
float:none;
text-align:center;
margin: 0 auto;
}
}


发布于 2015-04-27 14:09:31
取决于您所说的Internet Explorer的版本...IE 8在媒体查询中不支持“仅屏幕”。
https://stackoverflow.com/questions/29888328
复制相似问题