묻고답하기
로그인/아웃에 따라 레이아웃이 달라집니다
2008.06.19 21:34
로그인하면 정상적인 레이아웃이
로그아웃하면 깨집니다
이유가 뭘까요?
메뉴 하단 레이아웃 소스 첨부합니다
뭐가 잘못됬는지 알려주세요 ㅜㅜ
<!-- 로그인 -->
<div style="width:200px;float:left;">
<img class="zbxe_widget_output" widget="login_info" skin="default" colorset="default" />
<br><br>
<!-- 현재로그인한 멤버 -->
<img class="zbxe_widget_output" widget="login_member" skin="nuri_pastel_logmember" colorset="col_001" title="현재 접속자" />
</div>
<!-- 컨텐츠 -->
<div style="top:10px;float:left;margin-left:10px" class="bloozRight">
{$content}
</div>
<div id="footer">
<div class="bg">
<div class="skin_info">
<ul>
</ul>
</div>
<div class="bottomLink">
<ul>
<!--@foreach($bottom_menu->list as $key => $val)-->
<li><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a></li>
<!--@end-->
</ul>
</div>
<div class="clear"></div>
<div class="footer_logo"><a href="{$layout_info->index_url}"><!--@if(!$layout_info->logo_image)--><img src="./images/{$layout_info->colorset}/logo.png" alt="Logo" class="iePngFix" /><!--@else--><img src="{$layout_info->logo_image}" alt="logo" border="0" height="62" class="iePngFix" /><!--@end--></a></div>
<div class="clear"></div>
<div class="copyright">
{$layout_info->copy_right}
</div>
</div>
css 파일을 수정해야하나요?
수정한다면 어떻게 해야하는지 알려주시면 감사하겠습니다
css 파일도 첨부할게요.
+ 페이지를 html 로 수정하는 방법은 없나요?
댓글 2
-
老姜君
2008.06.19 23:59
로그인 위젯의 css에 문제가 있는거 아닐까요. 로그아웃때의 css 너비/여백 설정에 문제가 있는듯? -
박카스_
2008.06.20 02:12
css 는 못 살펴보고 로그인 위젯 스킨을 다른 걸로 바꾸니까 해결이 됐습니다
로그인 위젯 css 는 어딜 수정해야할지 잘 모르겠더라구요 ㅜㅜ