div 가운데 아래에 붙게가 안되네요
반월
body {background-color:#a3e6df;
background-image:url(../img/BG_texure.png);
background-repeat:repeat-x;
background-position:bottom;
}
#wrap {margin: 0 auto;}
#flash
{ width: 1200px;
height: 700px;
position:absolute;
bottom: 0px;
}
div id=wrap
div id=flash
메인플래시
/div
/div요렇게 코딩을 했는데
얘가 계속 왼쪽에 붙어 있네요ㅠ..
아래에는 붙었는데 가운데 아래에 딱붙어서
카만히 있게좀 안됄까요ㅠ
-
이하얀 2023-11-24
아웅~ 멋쟁이 ㅠ
감사해요 완전해결.. -
사자자리 2023-11-24
늦...어ㅆ ㄷ..;;;
-
공주 2023-11-24
늦었지만 감사해용! ㅎㅎ
-
초록이 2023-11-24
#wrap { position:relative; margin:0 auto; width:1200px; }
#flash { position:absolute; width:1200px; height:700px; bottom:0px; }
요로코롬 하면 되욤 -
다가 2023-11-24
margin:auto는 width값이 지정이 돼야 합니다.
1번 : #wrap(margin:0 auto; width:1200px;}
2번 : #flash{position:absolute; left:50%; bottom:0; margin-left:-600px; width:1200px; height:700px;}
둘 중에 아무거나 사용하면 됩니다.