테스트 사이트 - 개발 중인 베타 버전입니다

최신글 css 고수님 도와주세요 채택완료

gogo68 7년 전 조회 3,122

인테넷익스플러러 11 화면 배열이 깨지는 데 원인을 모르겠습니다. 도와주세요

 

 

크롬, 네이버웨일 화면 정상

index

<h2 class="sound_only">최신글</h2>
<div class="latest_wr">
<!-- 최신글 시작 { -->
<div style="float:left;">
    <?php echo latest("theme/basic", "200_01", 5, 25); ?>
</div>
<div style="float:left; margin-left:20px;">
    <?php echo latest("theme/basic", "200_03", 5, 25); ?>
</div>
<div style="float:left; ">
    <?php echo latest("theme/basic", "400_02", 5, 25); ?>
</div>
<div style="float:left; margin-left:20px;">
    <?php echo latest("theme/basic", "400_06", 5, 25); ?>
</div><!-- } 최신글 끝 --></div>


<?php
include_once(G5_THEME_PATH.'/tail.php');
?>

css

/* 중간 레이아웃 */
#wrapper{}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {z-index:5;margin:0 auto;height:100%;zoom:1}
#aside {float:right;width:305px;padding:0;background: #e7ebf3;height: 100%;border: 1px solid #adbfd2;margin:20px 0 20px 20px}

#container {z-index:4;position:relative;float:left;min-height:700px;height:auto !important;margin:20px  0;height:100%;font-size:1em;width:875px;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold;}
#container_title span{margin:0 auto 10px;display:block;line-height:30px;}
/*.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}*/
.lt_wr{width:60%}
.lt_wr:nth-child(2n+1){clear:both}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}

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

답변 1개

채택된 답변
+20 포인트
7년 전

/theme/basic/skin/latest/basic/style.css

 

4번째줄 

.lat { height: 200px;  << } 

 

height:200px; 를 넣어봐주세요

로그인 후 평가할 수 있습니다

답변에 대한 댓글 3개

g
gogo68
7년 전
바로 해결되네요 고수님 너무너무 감사드립니다!
s
sinbi
7년 전
왜 저 값을 넣으면 정렬이 되는 건가요?
태양별
7년 전
세로값이 지정되어있지 않아서,
넣어주면 고정값이되니 정렬이 맞춰지는거지요~~

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

답변을 작성하려면 로그인이 필요합니다.

로그인