dreamweaver怎样才能让一张图片成为超链接,并且当鼠标悬浮时变成另外一张图片?一点击链接到其他的页面?
展开全部
给它这样的属性
<style>
.chose a:link,.chose a:visited { width:158px; height:51px; display:block; text-indent:-1000px; background:url(img/chose.jpg) no-repeat 0 0;}这里是设置本身图片
.chose a:hover,.chose a:active { background:url(img/chose_a.jpg) no-repeat 0 0;}这里是设置鼠标移上去后的图片
<style>
<DIV class="chose" ><a href="#">chose</a></DIV>
"#"换成你想要链接的页面
<style>
.chose a:link,.chose a:visited { width:158px; height:51px; display:block; text-indent:-1000px; background:url(img/chose.jpg) no-repeat 0 0;}这里是设置本身图片
.chose a:hover,.chose a:active { background:url(img/chose_a.jpg) no-repeat 0 0;}这里是设置鼠标移上去后的图片
<style>
<DIV class="chose" ><a href="#">chose</a></DIV>
"#"换成你想要链接的页面
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询