div 가 겹쳐서 나와요!
겨울c
2023.04.01
#container {
background:url(/assets/images/user_bg.jpg) no-repeat scroll 0 70px;
font: 14px/100% Arial,Helvetica,sans-serif;
margin: auto;
outline: medium none;
padding: 10px 0 30px 1px;
position: relative;
text-align: center;
text-decoration: none;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
top: 100px;
width: 663px;
min-height: 400px;
border:1px solid #000;
}
#container_bottom {
background:url(/assets/images/user_bg.jpg) no-repeat scroll 0 bottom;
margin: auto;
position: relative;
top:0;
width: 663px;
height:200px;
border:1px solid #0C3;
}body
div id=container/div
div id=container_bottom/div
/body
-
봉봉
좋은정보 감사 저도 도움 되었어요 ^^
-
Elfin
감사합니다!
-
PrinceSs
position이 문제네요..
#container_bottom에
top:100px 을 줘야 될뜻..