网站右边漂浮QQ客服伸缩扩展代码
演示可以看本站安装方法:
附件上传到根目录里
如果你想要首页显示的话就插入到首页的模板里面,下面是具体代码,其它页面显示也是相应插入到模板即可<!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=gbk" />
<link rel="stylesheet" type="text/css" href="/plugins/service.css" />
<script src="/plugins/common.js?35m" type="text/javascript"></script>
</head>
<body>
<style>
* #QQIMG {
/* IE下PNG透明及IE6定位 */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="plugins/images/qqbar.png");
position:absolute;
top:expression(offsetParent.scrollTop+108);
}
</style>
<div id="QQIMG" class="onlineQQ" onmouseover="showMenu({'ctrlid':this.id,'pos':'24'})"></div>
<div id="QQIMG_menu" style="display:none;">
<div class="panel-top"></div>
<div class="panel-center">
<ul id="onlineQQ">
<li><a href="http://wpa.qq.com/msgrd?V=1&Uin=6102031&Site=技术服务&Menu=yes">技术咨询-客服</a></li>
<li><a href="http://wpa.qq.com/msgrd?V=1&Uin=6102031&Site=空间购买&Menu=yes">空间购买-客服</a></li>
</ul>
<div style="font-weight:bold; margin-top:3px; color:#C00;">Tel: 13865638911</div>
</div>
<div class="panel-bottom"></div>
</div>
</div>
</body>
</html>
页:
[1]