이거 맞게 된건지 누가좀 도와주세요 ㅠㅠ
초고리
2023.04.01
익스플로어 창 가로를 줄이면 아래처럼 나옵니다.
이거 정상이 아닌것같아 아시는분 도움청합니다.
/*레이아웃*/
html,
body {
height: 100%;
margin: 0;
padding: 0;
}
* html #body {
height: 100%;
}
.incTop {
background:url(/images/bg.jpg) center top repeat-x;
}
#wrap{
position:relative;
width:930px;
height:100%;
min-height: 100%;
margin: 0 auto;
}
#navi{
width:930px;
height:151px;
}
#login ul{
margin:0;
padding:0;
list-style:none;
}
ul li{
float:left;
}
#login{
height: 10px;
width:287px;
left:643px;
top:50px;
position:absolute;
z-index:2000;
}
#sidebar{
height: 255px;
width:60px;
left:940px;
top:100px;
position:absolute;
z-index:2001;
}
-
이거이름임
부가적인 설명좀 부탁드립니다.