그누보드5 설치 후 상단 CSS가 적용이 안되네요ㅜㅜ

그누보드5 설치 후 상단 CSS가 적용이 안되네요ㅜㅜ

QA

그누보드5 설치 후 상단 CSS가 적용이 안되네요ㅜㅜ

본문

책 한 권과 여러분의 도움으로 아주 어렵게 홈페이지를 만들었고 운용중입니다.

2년전에 아주 어렵게 그누보드4 게시판을 정상적으로 설치하였고 중간에 애러가 났는지 비밀번호가 유실되어 최근 그누보드5로 바꿨습니다.

기존 레이아웃에 게시판만 넣는 작업을 하였고 게시판을 정상적으로 넣었습니다.

하지만 기본 상단 레이아웃만 CSS가 일부만 적용이 되어 마무리를 못하고 있습니다.

389313819c1c63da9db5484aa6831d9a_1495798542_0131.png
389313819c1c63da9db5484aa6831d9a_1495798545_5843.png
* 처음이 정상 두 번째가 애러입니다.

 

증상-홈페이지 기본 상단 레이아웃이 일부만 작동됩니다.

(첨부된 링크 홈페이지 접속하셔서 상단 '북스게시판'을 보시면 됩니다)

 

조치-기존의 그누보드4를 살펴보니 bbs폴더에 이미지와 css가 들어있어(예전에 제가 작업을 했지만 제가 넣었는지 자동으로 들어갔는지 기억이 안 나네요ㅜㅜ 수없이 반복을 하다 얼떨결에 완성함...)

해당 css를 그누보드5 다른 폴더에 넣어봤지만 안됩니다. bbs폴더에서 빼면 안되는거 보니 이곳이 맞는거 같습니다.

게시판에서 문제 있는 레이아웃은 문제가 없이 잘 작동되나 홈페이지에 넣고 그누보드랑 연결되면 문제가 있습니다.

조언 부탁드립니다^^

 

 

<적용된 레이아웃 css 입니다>

 

@charset "utf-8";

body {

background-repeat: repeat-x;

margin: 0px;

background-image: url(image/bg.jpg);

}

#wrap {

margin-top: 0px;

margin-right: auto;

margin-bottom: 0px;

margin-left: auto;

}

 

#wrap:after {

content:'';

display:block;

clear:both;

}

#page_header {

height: 155px;

width: 1150px;

text-decoration: none;

margin-top: 0px;

margin-right: auto;

margin-bottom: 0px;

margin-left: auto;

}

#logo {

height: 49px;

width: 200px;

margin-top: 15px;

margin-right: auto;

margin-bottom: 0px;

margin-left: auto;

-webkit-transition: all 0s ease 0.2s;

-moz-transition: all 0s ease 0.2s;

-ms-transition: all 0s ease 0.2s;

-o-transition: all 0s ease 0.2s;

transition: all 0s ease 0.2s;

}

#logo_title {

font-family: "굴림", "굴림체", "돋움", "돋움체", "맑은 고딕";

font-size: 7.5pt;

font-weight: bold;

color: #333;

text-decoration: none;

height: 13px;

width: 130px;

margin-top: -13px;

margin-left: 10px;

line-height: 120%;

}

#sns {

float: right;

height: 32px;

width: 200px;

margin-top: -40px;

}

#sns_1 {

float: left;

height: 32px;

width: 32px;

}

#sns_2 {

float: left;

height: 32px;

width: 32px;

margin-left: 5px;

}

#sns_3 {

float: left;

height: 32px;

width: 32px;

margin-left: 5px;

}

#sns_4 {

float: left;

height: 32px;

width: 32px;

margin-left: 5px;

}

 

 

 

 

 

 

#navi {

height: 18px;

width: 450px;

margin-top: 6px;

}

#navi div ul {

margin: 0px;

padding: 0px;

list-style-type: none;

}

#navi div ul li {

font-family: "굴림", "굴림체", "돋움", "돋움체", "맑은 고딕";

font-size: 9pt;

line-height: 150%;

font-weight: bold;

display: inline;

margin-left: 15px;

}

#navi div ul li a {

color: #999;

text-decoration: none;

}

#navi div ul li a:hover {

color: #900;

}

#book1 {

height: 18px;

width: 1150px;

margin-top: 15px;

}

#book1_0 {

float: left;

height: 18px;

width: 128px;

margin-left: 130px;

}

#book1_1 {

float: left;

height: 18px;

width: 142px;

margin-left: 20px;

}

#book1_2 {

float: left;

height: 18px;

width: 133px;

}

#book1_3 {

height: 18px;

width: 153px;

float: left;

}

#book1_4 {

float: left;

height: 18px;

width: 121px;

}

#book1_5 {

float: left;

height: 18px;

width: 115px;

}

 

 

 

 

 

 

#book2 {

height: 18px;

width: 1150px;

margin-top: 5px;

}

#book2_1 {

float: left;

height: 18px;

width: 92px;

margin-left: 320px;

}

#book2_3 {

float: left;

height: 18px;

width: 66px;

}

#book2_2 {

float: left;

height: 18px;

width: 78px;

}

 

#book2_4 {

float: left;

height: 18px;

width: 144px;

}

#book2_5 {

float: left;

height: 18px;

width: 66px;

}

#book2_6 {

float: left;

height: 18px;

width: 66px;

}


 

 

 

 

이 질문에 댓글 쓰기 :

답변 3

일단 간단히 보면 메인에는

 

<link href="css_main/book_info1.css" rel="stylesheet" type="text/css" />
<link href="css_main/book_info2.css" rel="stylesheet" type="text/css" />
<link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
<link href="css_main/footer.css" rel="stylesheet" type="text/css" />
<link href="css_main/right.css" rel="stylesheet" type="text/css" />

css가 있는ㄷ 게시판은 없어보이네요 게시판쪽 헤더에도 추가해보세요 경로는 절대경로로 하셔야 할러 같네요

.css?ver=<?php echo rand (); ?> 해보세요. 수정완료한뒤에는 수정완료시점의 시간을 적어두면 좋아요

Css가 브라우저에 캐싱되서 그런거에요
답글에 감사드리면 조언대로 해봤지만 제 스킬이 부족해 그누보드5로는 해결을 못해 그누보드4로 돌아가서 다행히 성공했습니다. 다음 업그레이 할때 다시 도전하겠습니다^^
답변을 작성하시기 전에 로그인 해주세요.
전체 123,726 | RSS
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT