jquery点击聚焦固定背景导航

html:

<!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>jquery点击聚焦固定背景导航</title>
<link href="css/zzsc.css" type="text/css" rel="stylesheet" />
</head>
<body>
<br><br><br>
<div class="zzsc">
    <a href=‘javascript:‘ class="thisclass">首页</a>
    <a href=‘javascript:‘>Flash素材</a>
    <a href=‘javascript:‘>菜单导航</a>
    <a href=‘javascript:‘>时间日期</a>
    <a href=‘javascript:‘>焦点图</a>
    <a href=‘javascript:‘>tab标签</a>
    <a href=‘javascript:‘>jquery特效</a>
    <a href=‘javascript:‘>在线客服</a>
    <a href=‘javascript:‘>广告代码</a>
    <a href=‘javascript:‘>相册代码</a>
    <a href=‘javascript:‘>图片特效</a>
    <a href=‘javascript:‘>名站特效</a>
    <a href=‘javascript:‘>其他代码</a>
    <a href=‘javascript:‘>站长素材</a>
    <a href=‘javascript:‘>HTML5</a>
</div>
<script src="js/jquery.min.js"></script>
<script>
$(function(){
    var zzsc = $(".zzsc a");
    zzsc.click(function(){
        $(this).addClass("thisclass").siblings().removeClass("thisclass");
    });
});
</script>
<div style="text-align:center;margin:50px 0; font:normal 14px/24px ‘MicroSoft YaHei‘;">
<p>适用浏览器:IE8、360、FireFox、Chrome、Safari、Opera、傲游、搜狗、世界之窗.</p>
</div>
</body>
</html>

 

css:

@charset "utf-8";
*{ margin:0; padding:0; list-style:none;}
body{ font-size:12px;}

.zzsc{ width:1100px; height:32px; line-height:32px; background:#999; margin:0 auto;}
.zzsc a{ height:32px; line-height:32px; color:#fff; text-decoration:none; padding:0px 10px; display:block; float:left;}
.zzsc a:hover{ text-decoration:none; background:#000;}
.thisclass{text-decoration:none; background:#000;}

 

demo:

jquery点击聚焦固定背景导航,古老的榕树,5-wow.com

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。