`
weishuwei
  • 浏览: 326167 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

EC Side 2.0 显示bug

阅读更多

版本: EC Side 2.0
Bug: 在opera浏览器下,当数据量少的情况下,内容列表和下面的分页工具条之间存在空白的间隙(贴图在附件中),IE7和FireFox2中则没这种情况.
原因: 查看生成的源代码发现,内容列表的高度被指定为固定的值了,建议这里用百分比表示(height:100%;)

xml 代码
  1. <div style="overflow:auto;width:100%;height:280px"  class="bodyZone"  id="ec_bodyZone" >  
  2. <table id="ec_table"  border="0"  cellspacing="0"  cellpadding="0"  class="tableRegion"  width="100%"    >  
  3.     <tbody id="ec_table_body" >  
  4. <tr class="odd "  onclick="ECSideUtil.selectRow(this,'ec');"  onmouseover="ECSideUtil.lightRow(this,'ec');"  onmouseout="ECSideUtil.unlightRow(this,'ec');"   >  
  5. <td width="50"   >1</td>  
  6. <td width="80"   >锁定</td>  
  7. <td width="120"   >test_205</td>  
  8. <td width="100"   >123</td>  
  9. <td width="120"   >test_205@ecside.org</td>  
  10. <td width="70"   ></td>  
  11. </tr>  

Bug2: 貌似在opera下分页也不能用,寒啊,opera是俺的最爱啊,没办法,要看效果只有切换的IE下了.

  • 大小: 19 KB
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics