IOsetting wrote:打开template/forumlist_body.html, 找到newerby wrote:更新速度真快,已装在 RC7 测试论坛了。基于 subSilver2 的风格的好处之一就是界面字体差异在 IE 和 FF 下基本无差别。
有点小瑕疵,以下是 IE 7 下主页显示的效果(FF 2下显示良好):改成Code: Select all
<th width="50"> {L_TOPICS} </th> <th width="50"> {L_POSTS} </th>
试试? 我这里没有IE7, 不好测试Code: Select all
<th width="50" nowrap="nowrap"> {L_TOPICS} </th> <th width="50" nowrap="nowrap"> {L_POSTS} </th>
在 IE 6 里看也有这毛病。谢谢 IOsetting ,这样修改之后 IE 和 FF 里的显示都统一了。