Drupal7的条件体标记

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Drupal7的条件体标记相关的知识,希望对你有一定的参考价值。

Haven't fully tested this yet.
  1. <!--[if lt IE 7 ]> <body class="ie6 <?php print $classes; ?>"> <![endif]-->
  2. <!--[if IE 7 ]> <body class="ie7 <?php print $classes; ?>"> <![endif]-->
  3. <!--[if IE 8 ]> <body class="ie8 <?php print $classes; ?>"> <![endif]-->
  4. <!--[if IE 9 ]> <body class="ie9 <?php print $classes; ?>"> <![endif<]-->
  5. <!--[if (gt IE 9)|!(IE)]><!--> <body class="<?php print $classes; ?>"> <!--<![endif]-->

以上是关于Drupal7的条件体标记的主要内容,如果未能解决你的问题,请参考以下文章

简化条件表达式

架构丰富的代码片段也应该用于产品列表吗?

eclipse 断点调试

drupal7 带表达式条件的update

CSS 显示代码片段:使用PRE标记包裹长行

如何优化C ++代码的以下片段 - 卷中的零交叉