首页 > 开发 > CSS > 正文

css布局绝对定位下margin失效的解决方法

2020-01-05 12:58:42
字体:
来源:转载
供稿:网友
如果是要垂直居中,也是一样的方法,即设置top:50%,然后margin-top的值为层的高度的一半
position:absolute;
left:50%;
top:50%;
margin-top:-13px;
margin-left:-58px;
width:116px;
height:25px;
z-index:999999;
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表