답변 3개
채택된 답변
+20 포인트
8년 전
css폴더 내의 default.css 파일에서
/*상단레이아웃*/
#hd_wrapper {margin:40px auto;height:55px;width:1000px;zoom:1;background:#3e3c52;position:relative}
를
#hd_wrapper {margin:40px auto;height:55px;width:100%;zoom:1;background:#3e3c52;position:relative}
로 수정하세요...
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
8년 전

#hd_wrapper {margin:40px auto;height:55px;width:100%;zoom:1;background:#3e3c52;position:relative}
메뉴백그라운드는 적용이 됩니다만
메뉴가 센터로 나오질않습니다 ㅠ.ㅠ
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인