使用garamond的主题,将原来页面宽度添加了200
在firefox下都正常,但是在IE下,只要comment多于2条,那主框架剩下的内容都跑到“右边框”去了
示例见:http://demonpet.org/node/175(使用IE浏览才有问题)
请教请教了
在IE下,使用save as发现,code与查看源文件的code有区别。逐步排查,并经过验证发现是
li出的问题,下面的code将开始的li替换成div,则问题就消失。
<?php print t('!username', array('!username' => theme('username', $comment))); ?> Says:
<?php print t('!date', array('!date' => format_date($comment->timestamp))); ?>
<?php if ($comment->new) : ?><?php print drupal_ucfirst($new) ?><?php endif; ?>
<?php print $content ?>
<?php if ($links): ?>
<?php print $links ?>
<?php endif; ?>
分析应该是IE对类似下面的code识别有问题