메인에서 basic스킨대로 안나오는 문제 채택완료
http://verde8.woobi.co.kr/" target="_self">홈페이지 링크
index.html에다 최신글을 불러왔는데
"공지사항 더보기"라는 글씨가 최신글 맨 아래 나오는 등 원래 basic 스킨대로 나오지 않는데요.
basic 스킨대로 나오게 하려면 어떻게 해야할까요?
답변 부탁드립니다.
▼ basic 스킨
http://sir.kr/data/editor/1605/8c32e9458dd6a372da91496d6a72c671_1462614435_5467.png" title="8c32e9458dd6a372da91496d6a72c671_1462614435_5467.png" style="font-size: 14.6667px;">
▼ 최신글 적용 모습 (공지사항)

▼ 전체코드(최신글 관련 부분 색상표시)
include_once('g/common.php');
include_once(G5_LIB_PATH.'/latest.lib.php');
?>
*{padding:0; margin:0; }
header, footer {display:block;}
ul li{list-style:none;}
a{text-decoration:none;color:black}
img{border:0;}
header{position:relative; width:1003px; margin:0 auto;}
h1{padding:10px 0 10px 20px; height:40px; }
.menu{position:absolute; right:0; top:20px;}
.menu li{display:inline; padding-left:20px;}
.menu li a{font-family:"맑은고딕";}
.banner{width:1003px;margin:0 auto;height:416px;}
.contents{height: 227px; background: url('img/con_bg.jpg') repeat-x 0 0;}
.container{width:1003px; padding-top:35px; margin:0 auto;}
.container div{float:left;width:300px; height: 156px;}
.data{border:1px solid blue;}
.customer{text-align:center;}
.clearfix {clear: both;}
footer{width:1003px; margin:0 auto;}
footer p{padding:10px; font-size:14px;font-family:"맑은고딕";}
소재지: 충남 금산문 군복면 가목길 33 전화:041-754-0645 팩스:041-754-0641 이메일 : hansung0642@naver.com COPYRIGHT (C) HANSUNG TECH. ALL RIGHTS RESERVED
답변 1개
일단 basic최신글 스킨내의 '더보기'문구가 div로 되어있습니다.
그부분을 올려놓으신 소스 상단 style에서 영향을 주고 있네요.
style 문구중에서
.container div{float:left;width:300px; height: 156px;}
라는 부분이 있군요.
basic / latest.skin.php 안을 보시면
로 되어있는데.. 여기 div를 float:left 로 강제적으로 처리를 해버리신겁니다.
그리고 div성격상..
위에서..차례대로(?) 노출되다보니...더보기가 하단으로 내려가고 있는것입니다.
상단의style을 수정/삭제하셔서 다시 맞추셔야할것같습니다.
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
