최근게시물 정렬 div오류 > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

최근게시물 정렬 div오류 정보

최근게시물 정렬 div오류

본문

크기가 서로 다른 최근게시물 게시판 3개가 내용 부분에 있는 코딩입니다.
두번째 div부터 자꾸 밑으로 떨어지거나 숨어버리네요. 크기가 안 맞는 건지...
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");

$g4['title'] = "";
include_once("./_head.php");
?>

<!-- 메인화면 최신글 시작 -->


<div style="width:630px; cellpadding:0px; cellspacing:0px; background-color:#03C; vertical-align:text-top; overflow:hidden; float:right;">

<div style="float:left; width:240px; background-color:green>
<?=latest("basic", "notice", "4", "28");?>


</div>

<div style="float:right; background-color:red; width:170px;">
<?=latest("basic", "application", "4", "28");?>
</div>

<!--<div style="float:right">
<img src="img/main/movie.gif" width="230" height="152" />

</div>

</div>

<!-- 메인화면 최신글 끝 -->
<?
include_once("./_tail.php");
?>
<? //=latest("스킨명", "게시판id", "줄수", "글자수");?>
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로