我在与div
其他人相处时遇到问题div
。
无论我给它什么位置,它div
要么跳到页面顶部,要么不显示。
CSS:
.content {
width:100%;
background: #F0F0F0;
border: 1px solid #CCC;
height: 1000px;
margin: 0px auto;
}
.contentinside {
postition: relative;
margin: auto;
width: 960px;
height: 200px;
background-color:#000099;
}
HTML:
<div class="content">
<div class="contentinside">something here</div>