WordPress的Inove主题会有css IE6下错位的问题,BlogEngine.net也有。
这个主题的官方网站也存在这个问题 http://www.onesoft.dk/


如图:


解决BlogEngine.Net系统 Inove主题 在IE6下错位的问题
修改前



解决BlogEngine.Net系统 Inove主题 在IE6下错位的问题
修改后



解决方法:
修改文件:User controls/CommentView.ascx


找到
<asp:TextBox runat="server" ID="txtContent" TextMode="multiLine" Columns="50" Rows="10" TabIndex="6" ValidationGroup="AddComment" />
改成
<asp:TextBox runat="server" ID="txtContent" width="601px" TextMode="multiLine" Columns="50" Rows="10" TabIndex="6" ValidationGroup="AddComment" />

相关文章:

  • 2021-09-15
  • 2022-12-23
  • 2022-01-24
  • 2022-12-23
  • 2021-08-23
  • 2021-08-21
  • 2021-07-09
  • 2021-05-20
猜你喜欢
  • 2021-07-15
  • 2022-02-13
  • 2021-12-29
  • 2021-12-22
  • 2021-11-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案