<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jQuery鼠标滑过显示在线客服 - 网页模板</title>
<SCRIPT type=text/javascript src="js/jquery-1.4.2.js"></SCRIPT>
<SCRIPT type=text/javascript src="js/jquery.cookies.2.2.0.min.js"></SCRIPT>
<LINK rel=stylesheet type=text/css href="css/main_qq.css">
<SCRIPT type=text/javascript src="js/jquery.scrollfollow.js"></SCRIPT>
</head>
<body>
<DIV>
<DIV id=newkefu_right class=newkefu><IMG id=newkefu_bar class=newkefu_bar
border=0 src="images/qq/kefu-right.png" width=33
height=168>
<DIV style="DISPLAY: none" id=group_pad class=newkefu_group>
<DIV class=qq_top><IMG src="images/qq/kefu-top.png"
width=140 height=28></DIV>
<div class="shouqian_mid">
<ul>
<li>
<script type="text/javascript" src="http://static.b.qq.com/account/bizqq/js/wpa.js?type=1&kfuin=123456789&ws=www.js-css.cn&btn1=网页模板=2&a=8"></script>
</li>
<li>
<script type="text/javascript" src="http://static.b.qq.com/account/bizqq/js/wpa.js?type=1&kfuin=123456789&ws=www.js-css.cn&btn1=网页模板=2&a=8"></script>
</li>
<li>
<script type="text/javascript" src="http://static.b.qq.com/account/bizqq/js/wpa.js?type=1&kfuin=123456789&ws=www.js-css.cn&btn1=网页模板=2&a=8"></script>
</li>
<li>
<script type="text/javascript" src="http://static.b.qq.com/account/bizqq/js/wpa.js?type=1&kfuin=123456789&ws=www.js-css.cn&btn1=网页模板=2&a=8"></script>
</li>
<li>
<script type="text/javascript" src="http://static.b.qq.com/account/bizqq/js/wpa.js?type=1&kfuin=123456789&ws=www.js-css.cn&btn1=网页模板=2&a=8"></script>
</li>
<li>
<script type="text/javascript" src="http://static.b.qq.com/account/bizqq/js/wpa.js?type=1&kfuin=123456789&ws=www.js-css.cn&btn1=网页模板=2&a=8"></script>
</li>
</li>
</ul>
</div>
<DIV class=midtop><IMG src="images/qq/kefu-midtop.png"
width=140 height=24></DIV>
<DIV class=shouhou_mid>
<DIV class=line><SPAN>24小时客服热线:<BR>
<STRONG>4006-000-000</STRONG></SPAN> <SPAN>企业QQ:<BR>
<STRONG>12345678</STRONG></SPAN> </DIV>
</DIV>
<DIV class=bottom><IMG src="images/qq/kefu-bottom.png"
width=140 height=7></DIV>
</DIV>
</DIV>
<DIV class=new_login_7 style="width:18px; height:430px;"></DIV>
</DIV>
<SCRIPT type=text/javascript>
$(function(){
/*
* -------------------------------------------------------------------------------------
* | key | description | default |
* |---------------|-----------------------------------------------|-------------------|
* | speed | 滚动的间隔毫秒数,数值越小,滚动越快。 | 500 |
* |---------------|-----------------------------------------------|-------------------|
* | offset | 距离滚动顶部的点数(pixels)。 | 0 |
* |---------------|-----------------------------------------------|-------------------|
* | relativeTo | 设置滚动的DIV靠上还是靠下,可以设置为"top"或"bottom" | top |
* |---------------|-----------------------------------------------|-------------------|
* | killSwitch | 开启和取消跟随滚动开关的元素ID,需要jQuery Cookie 插件支持 | "killSwitch" |
* |---------------|-----------------------------------------------|-------------------|
* | onText | 如果启用了跟随滚动,开关显示的文字。 | "Turn Slide Off" |
* |---------------|-----------------------------------------------|-------------------|
* | offText | 如果取消了跟随滚动,开关显示的文字。 | "Turn Slide On" |
* |---------------|-----------------------------------------------|-------------------|
* | delay | 控制滚动延时 | 0 |
* |---------------|-----------------------------------------------|-------------------|
* | container | 滚动范围设置DIV的ID | 框的直接父对象 |
* -------------------------------------------------------------------------------------
*/
$("#newkefu_right").scrollFollow({
speed:500,/* 移动速度 */
offset: 100
});
$("#newkefu_bar").hover(
function()/* 鼠标移入 */{
$("#group_pad").show("slow");
$("#newkefu_bar").attr("src","images/qq/kefu-left.png");
},
function()/* 鼠标移出 */{
$("#newkefu_right").hover(
function()/* 鼠标移入 */{
$("#group_pad").show("slow");
$("#newkefu_bar").attr("src","images/qq/kefu-left.png");
},
function()/* 鼠标移出 */{
$("#group_pad").hide("slow");
$("#newkefu_bar").attr("src","images/qq/kefu-right.png");
}
);
}
);
});
</SCRIPT>
<div style="text-align:center;margin:50px 0; font:normal 14px/24px 'MicroSoft YaHei';">
<p>适用浏览器:IE8、360、FireFox、Chrome、Safari、Opera、傲游、搜狗、世界之窗. </p>
<p>来源:<a href="http://www.moobnn.com/" target="_blank">网页模板</a></p>
</div>
</body>
</html>