鼠标点击a标签,改变a标签的背景图片,js代码怎么写

<dlid="Nav"><dt><ahref="#">企业品牌顾问及整合传播</a></dt><dt><ahref="#">购物中心及城市综合体整合推广</a></dt>... <dl id="Nav">
<dt><a href="#" >企业品牌顾问及整合传播</a></dt>
<dt><a href="#">购物中心及城市综合体整合推广</a></dt>
<dt><a href="#" >品牌形象建立及识别系统设计</a></dt>
<dt><a href="#">VIP客户会运营顾问及推广</a></dt>
<dt><a href="#">平面设计及视觉传达</a></dt>
</dl>

css样式

#head #baner #boke_tou #Nav dt a{
display: block;
float: left;
line-height: 1.8pc;
text-align: left;
font-size: 13px;
color: #989898;
height: 26px;
width: 241px;
margin:0px;
padding-left: 40px;
overflow: hidden;
cursor:pointer;
background-image: url(images/index1111111111_07.gif);
background-repeat: repeat-x;

}

#head #baner #boke_tou #Nav dt a:hover {
background-image: url(images/index_hover07.gif);
background-repeat: no-repeat;
display: block;
float: left;
height: 26px;
width: 240px;
}
点击下一个a标签,原先那个a标签恢复原来的背景
展开
 我来答
长城郭靖
2013-07-22 · TA获得超过729个赞
知道小有建树答主
回答量:1090
采纳率:47%
帮助的人:391万
展开全部
jquery可以么?
$("#Nav a").click(function(){$(this).css("background-image","图片URL")});
追问
这个要在html中怎么写       还有点击下一个原先那个恢复原来的背景?
追答
首先要引入jquery,
然后

$("#Nav a").click(function(){
$("#Nav a").css("background-image","旧背景URL");
$(this).css("background-image","新背景URL")});
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式