纯css右侧固定浮动二维码,联系等

XML/HTML Code
- <!doctype html>
- <html>
- <head>
- <meta charset="utf-8">
- <style>
- * {
- margin: 0;
- padding: 0;
- border: none;
- zoom: 1;
- }
- ul li {
- list-style: none;
- }
- .box {
- width: 52px;
- height: 162px;
- border: 1px solid #ccc;
- position:fixed;
- top:60%;
- right:50px;
- _position:absolute;
- _bottom:auto;
- _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
- }
- .box ul li {
- width: 48px;
- display: block;
- height: 50px;
- padding: 2px;
- overflow: hidden
- }
- .weixin {
- background: url(elevator.png) no-repeat;
- background-position: 0 87%;
- -webkit-transition: all .3s;
- -moz-transition: all .3s;
- -ms-transition: all .3s;
- -o-transition: all .3s;
- }
- .weixin:hover {
- background-position: 0 93%
- }
- .weixin:hover .weixin-logo {
- width: 170px;
- height: 204px;
- }
- .idea {
- background: url(elevator.png) no-repeat;
- background-position: 0 43%;
- -webkit-transition: all .3s;
- -moz-transition: all .3s;
- -ms-transition: all .3s;
- -o-transition: all .3s;
- }
- .idea:hover {
- background-position: 0 49%;
- }
- .app {
- background: url(elevator.png) no-repeat;
- background-position: 0 55%;
- -webkit-transition: all .3s;
- -moz-transition: all .3s;
- -ms-transition: all .3s;
- -o-transition: all .3s;
- }
- .app:hover {
- background-position: 0 61%;
- }
- .app:hover .app-logo {
- width: 170px;
- height: 185px;
- -webkit-transform: rotate(360deg);
- -moz-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- }
- .weixin-logo {
- background: url(elevator.png) no-repeat;
- background-position: 0 0;
- width: 0px;
- height: 0px;
- overflow: hidden;
- position: absolute;
- top: -154px;
- left: -171px;
- -webkit-transition: all .3s;
- -moz-transition: all .3s;
- -ms-transition: all .3s;
- -o-transition: all .3s;
- }
- .app-logo {
- background: url(elevator.png) no-repeat;
- background-position: 0 26%;
- width: 0px;
- height: 0px;
- overflow: hidden;
- position: absolute;
- top: -18px;
- left: -171px;
- -webkit-transition: all .3s;
- -moz-transition: all .3s;
- -ms-transition: all .3s;
- -o-transition: all .3s;
- }
- </style>
- <title>纯css右侧固定浮动二维码,联系等</title>
- </head>
- <body>
- <div class="box">
- <ul>
- <li class="weixin">
- <div class="weixin-logo"></div>
- </li>
- <li class="idea"></li>
- <li class="app">
- <div class="app-logo"></div>
- </li>
- </ul>
- </div>
- </body>
- </html>
原文地址:http://www.freejs.net/article_jquerywenzi_705.html
最近更新
- 响应式全屏手风琴菜单,同时支持垂直方...
- 分组select选择器,支持多选和单...
- jQuery时间日期选择器代码日历插...
- Select 选择器 可以清空的单选...
- jQuery json 无刷新翻页 ...
- 纯css3带倒影效果的图片翻转特效
我爱薅羊毛
点击最多
广告赞助
相关文章
- jquery点击显示或隐藏内容,可以一次展开多个和...
- tooltips/弹出层/消息提示效果,支持点击与...
- jQuery幸运大转盘抽奖活动代码
- jquery来实现的添加商品和减少商品数量,用于购...
- jQuery手机端弹出层提示对话框
- php js实现拖动滑块完成拼图验证码