【问题标题】:What does this snippet mean?这个片段是什么意思?
【发布时间】:2009-11-24 03:41:21
【问题描述】:

这是我在 Drupal 的 page.tpl.php 看到的,但我不明白。

<script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>

【问题讨论】:

    标签: html drupal


    【解决方案1】:

    给你:Flash of Unstyled Content or FOUC

    它实际上不是指Adobe Flash,它指的是在应用css之前渲染html。这是一个防止 IE 在应用 css 之前渲染 html 的 hack。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-01-15
      • 2011-10-11
      • 1970-01-01
      • 2021-10-05
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多