怎样通过css点击图片关闭按钮就把图片给关闭了
2个回答
展开全部
<style type="text/css">
.box {
position: relative;
display: inline-block;
}
.box .clear {
position: absolute;
top: 0;
right: 0;
width: 16px;
height: 16px;
border: 1px solid #999;
}
</style>
<div class="box">
<img src="images/testing.jpg" width="300" height="300" alt="" />
<div class="clear" onclick="this.parentNode.style.display='none'">X</div>
</div>
.box {
position: relative;
display: inline-block;
}
.box .clear {
position: absolute;
top: 0;
right: 0;
width: 16px;
height: 16px;
border: 1px solid #999;
}
</style>
<div class="box">
<img src="images/testing.jpg" width="300" height="300" alt="" />
<div class="clear" onclick="this.parentNode.style.display='none'">X</div>
</div>
2016-12-13
展开全部
可能还得加上js。。。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询