【发布时间】: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>
【问题讨论】:
这是我在 Drupal 的 page.tpl.php 看到的,但我不明白。
<script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
【问题讨论】:
给你:Flash of Unstyled Content or FOUC
它实际上不是指Adobe Flash,它指的是在应用css之前渲染html。这是一个防止 IE 在应用 css 之前渲染 html 的 hack。
【讨论】: