网站品牌列表效果

<!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></title>
<style type="text/css">
 *{ margin:0; padding:0;}
body {font-size:12px;text-align:center;}
a { color:#04D; text-decoration:none;}
a:hover { color:#F50; text-decoration:underline;}
.SubCategoryBox {width:600px; margin:0 auto; text-align:center;margin-top:40px;}
.SubCategoryBox ul { list-style:none;}
.SubCategoryBox ul li { display:block; float:left; width:200px; line-height:20px;}
.showmore { clear:both; text-align:center;padding-top:10px;}
.showmore a { display:block; width:120px; margin:0 auto; line-height:24px; border:1px solid #AAA;}
.showmore a span { padding-left:15px; background:url(img/down.gif) no-repeat 0 0;}
.promoted a { color:#F50;}
</style>
<!-- 引入jQuery -->
<script src="../../scripts/jquery-1.8.3.js" type="text/javascript"></script>
<script type="text/javascript">
	/* $(function(){											//等待Dom加载完毕
		var $categary = $("ul li:gt(5):not(:last)");		    //获取索引值大于5的品牌集合对象(除了最后一个)
		$categary.hide();										//隐藏该对象		
		var $toggleBtn = $("div.showmore > a");					//获取“显示全部品牌”按钮		
		$toggleBtn.click(function(){							//给按钮添加click事件			
			if($categary.is(":visible")){						//如果元素显示		
				$categary.hide();								//隐藏
				$(this).find("span").css("background","url(img/down.gif)no-repeat 0 0").text("显示全部品牌");	
																//改变背景图片和文本
				$("ul li").removeClass("promoted");		   		//去掉高亮样式
			}else{
				$categary.show();								//如果元素是显示的
				$(this).find("span").css("background","url(img/up.gif)no-repeat 0 0").text("精简显示品牌");
																//改变背景图片和文本
				$("ul li").filter(":contains('佳能'),:contains('尼康')").addClass("promoted ");
																//添加高亮
			}
			return false;										//超链接不跳转 
		});										
	}); */
	
	$(function(){
		var $categary = $("ul li:gt(5):not(:last)");
		$categary.hide();
		var $toggleBtn = $("div.showmore > a");
		$toggleBtn.toggle(function(){
			$categary.show();								//如果元素是显示的
			$(this).find("span").css("background","url(img/up.gif)no-repeat 0 0").text("精简显示品牌");
															//改变背景图片和文本
			$("ul li").filter(":contains('佳能'),:contains('尼康')").addClass("promoted ");
															//添加高亮
		},function(){
			$categary.hide();								//隐藏
			$(this).find("span").css("background","url(img/down.gif)no-repeat 0 0").text("显示全部品牌");	
															//改变背景图片和文本
			$("ul li").removeClass("promoted");		   		//去掉高亮样式
		});
	});
</script>
</head>
<body>
	<div class="SubCategoryBox">
		<ul>
			<li ><a href="#">佳能</a><i>(30440) </i></li>
			<li ><a href="#">索尼</a><i>(27220) </i></li>
			<li ><a href="#">三星</a><i>(20808) </i></li>
			<li ><a href="#">尼康</a><i>(17821) </i></li>
			<li ><a href="#">松下</a><i>(12289) </i></li>
			<li ><a href="#">卡西欧</a><i>(8242) </i></li>
			<li ><a href="#">富士</a><i>(14894) </i></li>
			<li ><a href="#">柯达</a><i>(9520) </i></li>
			<li ><a href="#">宾得</a><i>(2195) </i></li>
			<li ><a href="#">理光</a><i>(4114) </i></li>
			<li ><a href="#">奥林巴斯</a><i>(12205) </i></li>
			<li ><a href="#">明基</a><i>(1466) </i></li>
			<li ><a href="#">爱国者</a><i>(3091) </i></li>
			<li ><a href="#">其它品牌相机</a><i>(7275) </i></li>
		</ul>
		<div class="showmore">
			<a href="more.html"><span>显示全部品牌</span></a>
		</div>
	</div>
</body>
</html>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值