【发布时间】:2012-09-03 04:48:40
【问题描述】:
对于移动优先响应式网站。我正在结合HTML5 Boiler plate 和Mobile Boilerplate
我有一个小问题。
如何将这2个IE条件语句合二为一?
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<!--[if (gt IEMobile 7)|!(IEMobile)]><!--> <html class="no-js"> <!--<![endif]-->
【问题讨论】:
标签: html internet-explorer mobile html5boilerplate