Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[经验] 解决小小宇农场牧场上方白边儿问题

[复制链接]
loveaf 发表于 2010-2-19 15:13:07 | 显示全部楼层 |阅读模式
还是nmc.htm文件,找到
  1.   //切换显示层
  2.   if(module == 'nc') {
  3.    $("myContentmc").style.height = "0px";
  4.    $("myContentnc").style.height = "560px";
  5.   }
  6.   else {
  7.    $("myContentnc").style.height = "0px";
  8.    $("myContentmc").style.height = "560px";
  9.    if(!ua.ie) {
  10.    //if(!document.all || [/MSIE (\d)\.0/i.exec(navigator.userAgent)][0][1] > 6) {
  11.     $("myContentmc").style.marginTop = "-18px";
  12.    }
  13.   }
复制代码
更改为:
  1.   //切换显示层
  2.   if(module == 'nc') {
  3.    $("myContentnc").style.position = "static";
  4.    $("myContentmc").style.height = "0px";
  5.    $("myContentnc").style.height = "560px";
  6.   }
  7.   else {
  8.    $("myContentnc").style.position = "absolute";
  9.    $("myContentnc").style.height = "0px";
  10.    $("myContentmc").style.height = "560px";
  11.   }
复制代码
此次我在ie8和firefox上测试了,大家都试试别的浏览器吧。

拿去帮助人的,赞一个。拿去卖钱的,收120%的税。
dy2clamp 发表于 2010-2-19 19:47:11 | 显示全部楼层
白边问题是什么?
回复

使用道具 举报

佘詩曼 发表于 2010-2-19 20:42:59 | 显示全部楼层
截个图明白点·······
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-18 04:39 , Processed in 0.021520 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表