r4hgozar
یک شنبه 07 مهر 1392, 19:47 عصر
سلام دوستان.
من می خوام 2 تا جعبه تو در تو طوری که جعبه دوم دقیقا وسط مربع اول باشه.
این هم کدم
@charset "utf-8";
/* CSS Document */
* {
margin:0px;
padding: 0px;
}
#wapper {
margin: auto;
background-color: #090;
width: 960px;
min-height: 600px;
position: relative;
}
#admin-wapper {
margin:300px auto auto auto;
background-color: #03F;
height: 200px;
width :200px;
position: fixed;
}
<!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>Untitled Document</title>
<link type="text/css" rel="stylesheet" href="style.css" />
</head>
<body>
<div id="wapper">
<div id="admin-wapper"></div>
</div>
</body>
</html>
من می خوام 2 تا جعبه تو در تو طوری که جعبه دوم دقیقا وسط مربع اول باشه.
این هم کدم
@charset "utf-8";
/* CSS Document */
* {
margin:0px;
padding: 0px;
}
#wapper {
margin: auto;
background-color: #090;
width: 960px;
min-height: 600px;
position: relative;
}
#admin-wapper {
margin:300px auto auto auto;
background-color: #03F;
height: 200px;
width :200px;
position: fixed;
}
<!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>Untitled Document</title>
<link type="text/css" rel="stylesheet" href="style.css" />
</head>
<body>
<div id="wapper">
<div id="admin-wapper"></div>
</div>
</body>
</html>