码迷,mamicode.com
首页 > 其他好文 > 详细

相对定位 绝对定位 relative absolute position 图片定位a标签

时间:2018-12-27 18:19:19      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:nbsp   target   div   city   tar   display   ack   back   class   

 

<div class="ft_box">
    <a target="_blank" href="orderQuery.php" id="link"></a>
</div>


.ft_box {
    position: relative;
}
#link {
    width: 100px;
    height: 50px;
    left: 140px;
    top: 0px;
    position: absolute;
    display: block;
    background: #ffffff;
    opacity: 0;
   z-index:2; }

 

相对定位 绝对定位 relative absolute position 图片定位a标签

标签:nbsp   target   div   city   tar   display   ack   back   class   

原文地址:https://www.cnblogs.com/shaoing/p/10185432.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!