묻고답하기
플래시 와 제로보드게시판 연동에 관해 질문있습니다.
2008.10.13 10:48
제가 제작중인 사이트가 www.signi.kr 입니다.
여기에 보시면 board를 클릭하면 제로보드 게시판을 불러오라고했는데요.
처음 사이즈는 TV 안에 들어가는데, 쓰기버튼을 클릭하면 화면이 오버되어서
글을 써서 올리질 못하게되었네요.
지식검색을 해보니 write.php부분을 수정하라고 하는데, 저는 제로보드 기본 게시판 스킨을 썻거든요.
@charset "utf-8";
/* board Title */
.boardHeader h3 { margin:0; border-bottom:3px solid #fe3614; }
/* board Information */
.articleNum { float:left; background:url(../images/white/iconArticle.gif) no-repeat left top; }
.articleNum strong { font:bold 11px Tahoma; color:#ff6600;}
/* account Navigation */
.accountNavigation li.join a { background:url(../images/white/iconMyInfo.gif) no-repeat left top; padding-left:14px; }
.accountNavigation li.myInfo a { background:url(../images/white/iconMyInfo.gif) no-repeat left top; padding-left:14px; }
/* boardRead */
.boardRead .fileAttached li { background:url(../images/white/iconFile.gif) no-repeat left top;}
/* style.list */
.boardList th { background:#ffffff url(../images/white/lineBoardListTh.gif) no-repeat left bottom; }
.boardList td.recommend { color:#ff6600; }
.boardList td .replyAndTrackback { color:#ff6600; }
.buttonTypeGo { background:url(../images/white/buttonTypeInput24.gif) no-repeat; }
/* pageNavigation */
.pageNavigation .current { color:#ff6600; }
/* replyAndTrackback */
.buttonBox .replyAndTrackback a strong { color:#ff6600;}
.replyBox .fileAttached li { background:url(../images/white/iconFile.gif) no-repeat left top;}
저에 write.css 파일이 이리 설정되어있는데 어디를 수정해 줘야지 처음 화면과 같이 사이즈가 맞게 되는건가요?
꼭 좀 알려주세요 ~!^^
댓글 3
-
느까끼
2008.10.13 11:36
-
시그니
2008.10.13 14:48
어디를 어떻게 수정해야하나요? ㅜ.ㅜ -
느까끼
2008.10.13 15:46
해결하셨군요.^^
그런데 게시판이 board 메뉴 하위에만 나타나도록 하셔야겠군요.
처음 화면도 리스트가 생겨나면 밑으로 늘어남.