div层页面居中css代码|css页面居中代码
css页面居中代码
div页面居中css代码:直接复制另存html页面 查看实例
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>div页面居中css代码-35ui.cn</title>
</head>
<style type="text/css">
@charset "utf-8";
/* CSS Document */
.pop-up {
background:#F9F8F8;
z-index:5000px;
width:400px;
height:300px;
margin:-150px 0 0 -200px;
position:absolute;
top:50%;
left:50%;
padding:3px;
border:2px solid #AC0000;
}
</style>
<body>
<div class="pop-up">
</div>
</body>
</html>
上一条: js选项卡代码带上一个和下一个选项卡代码
下一条: jquery 滚动代码|jquery文字无缝滚动|jquery向上滚动代码大全