최근게시물 정렬 div오류

· 15년 전 · 823 · 2
크기가 서로 다른 최근게시물 게시판 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", "줄수", "글자수");?>
|

댓글 2개

크기가 안 맞아서 그럴것 같구요.
<?=latest("basic", "application", "4", "28");?> <-
사이즈가 170px 이상은 될것 같은데요..
28을 3으로 고쳐도 마찬가지예요.
크롬에서는 되던데 익스플로러에서는 안 돼요.ㅠㅜ

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기
🐛 버그신고