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>