html页面内容的收缩和展开效果,页面收缩展开的效果-JS

html>

页面收缩展开的效果

ul,li{ margin:0px; padding:0px; list-style:none;}

.tagbox{ width:223px; height:auto; border:1px solid #CCCCCC; POSITION:fixed;_position:absolute; _margin-top:expression(document.documentElement.clientHeight-this.style.pixelHeight+document.documentElement.scrollTop); z-index:99; right:0px; bottom:350px; background-color:#FFFFFF; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}

.tag{ width:80px; height:auto; padding:5px 10px;}

.tag span{ width:80px; height:30px; display:block; line-height:30px; color:#006600; font-size:18px;}

.tag li{ width:223px; height:50px; line-height:24px; font-size:12px; overflow:hidden;}

.tag li a{ color:#336699;}

.tag li a:hover{ text-decoration:underline; color: #FF0000;}

.tag li input{width:190px; height:30px;}

#login{width:194px; height:40px;background-color:#FF9C00;border:2px solid #CCCCCC; font-size:18px; cursor:pointer;}

.guanbi{width:223px; height:26px; background-color: #F0F0F0; line-height:26px; font-size:18px; text-align:center; -webkit-border-radius:0px 0px 5px 5px;-moz-border-radius:0px 0px 5px 5px;border-radius:0px 0px 5px 5px;cursor:pointer;}

.guanbi a{ color:#666666; text-decoration:none;}

.zhangkai{ width:20px; height:auto; padding:10px 5px; line-height:20px; font-size:18px; text-align:center;-webkit-border-radius:5px 0px 0px 5px;-moz-border-radius:5px 0px 0px 5px;border-radius:5px 0px 0px 5px; border:1px solid #CCCCCC; POSITION:fixed;_position:absolute; _margin-top:expression(document.documentElement.clientHeight-this.style.pixelHeight+document.documentElement.scrollTop); z-index:100; right:0px; bottom:350px; background-color:#FFFFFF; display:none;cursor:pointer;}

.zhangkai a{color:#006600; text-decoration:none;}

.xx{ height:1000px;}

$(document).ready(function(){

$(".guanbi").click(function(){

$(".tagbox").hide();

$(".zhangkai").show();

return false;

});

$(".zhangkai").click(function(){

$(".zhangkai").hide();

$(".tagbox").show(500);

return false;

});

});

用户登录

点击关闭
点击登录
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值