用户登录  | 
首 页技术文章软件发布广告价格
当前位置:传奇游戏服务端下载站传奇站长论坛资源网站程序技术文章文章资讯网游架设教程开心农场教程

解决QQ农场牧场上方白边儿问题

减小字体 增大字体 作者:佚名  来源:本站整理  发布时间:2014-10-04 09:36:50
还是nmc.htm文件,找到

  //切换显示层
  if(module == 'nc') {
   $("myContentmc").style.height = "0px";
   $("myContentnc").style.height = "560px";
  }
  else {
   $("myContentnc").style.height = "0px";
   $("myContentmc").style.height = "560px";
   if(!ua.ie) {
   //if(!document.all || [/MSIE (\d)\.0/i.exec(navigator.userAgent)][0][1] > 6) {
    $("myContentmc").style.marginTop = "-18px";
   }
  }


更改为:

  //切换显示层
  if(module == 'nc') {
   $("myContentnc").style.position = "static";
   $("myContentmc").style.height = "0px";
   $("myContentnc").style.height = "560px";


  }
  else {
   $("myContentnc").style.position = "absolute";
   $("myContentnc").style.height = "0px";
   $("myContentmc").style.height = "560px";
  }
商业版发布站程序下载:发布站程序下载:

Tags:

作者:佚名
  • 好的评价 如果您觉得此文章好,就请您
      0%(0)
  • 差的评价 如果您觉得此文章差,就请您
      0%(0)

文章评论评论内容只代表网友观点,与本站立场无关!

   评论摘要(共 0 条,得分 0 分,平均 0 分) 查看完整评论
传奇资源网提供最新传奇开区一条龙版本下载,本站声明:只更新最新最好的传奇服务端分享给大家。