将html标签在浏览器居中显示的css样式
将html标签在浏览器居中显示的css样式
发布时间:2016-12-27 来源:查字典编辑
摘要:css样式:#login{position:absolute;top:50%;left:50%;margin-left:-标签一半宽度;ma...

css样式:

<style type="text/css">

#login{

position:absolute;

top:50%;

left:50%;

margin-left:-标签一半宽度;

margin-top:-标签一半高度;

}

</style>

html部分:

<div id="login"></div >

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新XHTML学习
热门XHTML学习
网页设计子分类