dreamweaver怎样才能让一张图片成为超链接,并且当鼠标悬浮时变成另外一张图片?一点击链接到其他的页面?
2个回答
博思aippt
2024-07-20 广告
2024-07-20 广告
作为深圳市博思云创科技有限公司的工作人员,对于Word文档生成PPT的操作,我们有以下建议:1. 使用另存为功能:在Word中编辑完文档后,点击文件->另存为,选择PowerPoint演示文稿(*.pptx)格式,即可将文档内容转换为PPT...
点击进入详情页
本回答由博思aippt提供
展开全部
给它这样的属性
<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>
"#"换成你想要链接的页面
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询