有一个浮动QQ客服,修改到网页右下角

有一个浮动QQ客服,谁能帮忙把代码改成固定在网页右下角的代码地址百度网盘下载地址:http://pan.baidu.com/s/1hqebM88改完后另追加50分。就是把... 有一个浮动QQ客服,谁能帮忙把 代码 改成固定在 网页右下角 的

代码地址百度网盘下载地址:http://pan.baidu.com/s/1hqebM88
改完后另追加50分。
就是把它固定到网页右下角,上下滚动都在右下角。现在它是在中间。不知道怎么改,求高手解决。
展开
 我来答
若小谋目标学习法
2014-03-01 · 关注我,让你爱上学习,爱上读书与写作!
若小谋目标学习法
采纳数:30 获赞数:259

向TA提问 私信TA
展开全部

给你改了。

你代码都发错了,控制它的位置 是CSS样式里面的定位。我已经改过了。你看下吧。


我是亿人,希望改过的对你有帮助。

追问

把CSS换成你改的后,还是有点问题。拖动上下滚动条后,联系对放框 一点一点往变没了。可能是和网页里其他的CSS代码 有冲突吧。还是谢谢你了。


我目前换成了其他的QQ在线客代码  这个就不用了。

涡阳报
2014-03-01 · 喝涡河水,看涡阳新闻,做涡阳人!
涡阳报
采纳数:452 获赞数:1595

向TA提问 私信TA
展开全部
$(function () {
var contachTop = 0; // 右侧联系我们默认高度
function Qust_contachScroll (){
var st = 0;
if (document.documentElement && document.documentElement.scrollTop) {
st = document.documentElement.scrollTop;
} else if (document.body) {
st = document.body.scrollTop;
}

var contactTop = $(".qust_contach").offset().top;
var height = $(".qust_contach").height();

if ( st>80) {
var top = (document.documentElement.clientHeight  - height)/2+st -80;

$(".qust_contach").stop().animate(
{
top: top
},300,null,function(){
$("#toTop").stop().animate({
height:45
});
});
} else {
var top = (document.documentElement.clientHeight  - height)/2 -80;
//$(".qust_contach").css({
//top: top
//});
if(top<=0)
{
top=contachTop
}
$(".qust_contach").stop().animate(
{
top: top
},300,null,function(){
$("#toTop").stop().animate({
height:0
});
});
}
}

function qust_showScroll(){
var st = 0;
if (document.documentElement && document.documentElement.scrollTop) {
st = document.documentElement.scrollTop;
} else if (document.body) {
st = document.body.scrollTop;
}

var contactTop = $(".qust_show").offset().top;
var height = $(".qust_show").height();

if ( st>80) {
var top = (document.documentElement.clientHeight  - height)/2+st -80;

$(".qust_show").stop().animate(
{
top: top
},300);
} else {
var top = (document.documentElement.clientHeight  - height)/2 -80;
//$(".qust_contach").css({
//top: top
//});
if(top<=0)
{
top=contachTop
}
$(".qust_show").stop().animate(
{
top: top
},300);
}
}

Qust_contachScroll();
qust_showScroll();
$(window).scroll(function () {
Qust_contachScroll();
qust_showScroll();
});
$(window).resize(function () {
Qust_contachScroll();
qust_showScroll();
});

$(".qst_close").click(function(){
$(".qust_contach").fadeOut(function(){$(".qust_show").fadeIn();});

});
$(".qust_show").click(function(){

$(".qust_show").fadeOut(function(){$(".qust_contach").fadeIn();});
});
$("#toTop").click(function(){
$(".qust_contach").stop().animate(
{
top: contachTop
},300);
jQuery("html, body").animate({ scrollTop: 0 }, 300);

});


});

你的这个代码比较老,css属性有好多都不支持,建议换个吧!高度控制在js2文件夹下的contact.js里修改,默认高度是100,我已修改成为0(已没有高度),没有用哟!

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式