1 QQ二维码图标右侧悬浮,可开可收
2 点击QQ在线咨询,可以弹出对方qq对话框
3 代码如下
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus®">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>QQ悬浮特效</title>
<style type="text/css">
*{
margin:0px;
padding:0px;
}
#qq
{
width:200px;
height:250px;
position:fixed;
top:100px;
right:10px;
}
#qq #showQQ
{
width:158px;
height:230px;