묻고답하기
상단여백 없애는 방법 제발 플리즈~!!
2009.10.22 10:11
홈페이지는 http://korea.realmind.net/xe 입니다 제일 위에 보면 상단이 10픽셀 정도 벌어 집니다 ;;
모든 지식인을 활용해 봐도 제 인내심과 힘이 한계가 왔습니다.ㅠㅠ 1주 일동안 이거에 시간 쏟은거 생각하면 울컥
도와주세요 고수님들 ~! 당신을 사부로 모시겠습니다
혹시라도 네이트온 : hkmof@nate.com 항시 로그인 대기중 !
이것은 layout.html
<!-- js 파일 import -->
<!--%import("js/xe_official.js")-->
<!-- 레이아웃과 연동될 css 파일 import -->
<!--@if($layout_info->colorset == "default")-->
<!--%import("css/default.css")-->
<!--@else-->
<!--%import("css/default.css")-->
<!--@end-->
<!--@if($layout_info->background_image)-->
<style type="text/css">
body {
background: <!--@if(!$layout_info->background_color)-->#ffffff<!--@else-->{$layout_info->background_color}<!--@end-->
url({getUrl()}{$layout_info->background_image}) {$layout_info->background_image_repeat} left top; }
</style>
<!--@end-->
<!--@if(!$layout_info->colorset)-->
{@$layout_info->colorset = "default"}
<!--@end-->
<div id="bodyWrap" style="margin:{$layout_info->layout_align}">
<div id="header">
<div class="logo"><a href="{$layout_info->index_url}" onfocus="this.blur();"><!--@if(!$layout_info->logo_image)--><img src="./images/{$layout_info->colorset}/zeroBoardXE.png" alt="ZeroBoard™ XE" class="iePngFix" /><!--@else--><img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" />< <strong title="{$lang_type}">{$lang_supported[$lang_type]}</strong> <a href="#selectLang" onclick="showHide('selectLang');return false;"><img src="./images/{$layout_info->colorset}/buttonLang.gif" alt="Select Language" width="87" height="15" /></a>
<ul id="selectLang">
<!--@foreach($lang_supported as $key => $val)--><!--@if($key!= $lang_type)-->
<li><a href="#" onclick="doChangeLangType('{$key}');return false;">{$val}</a></li>
<!--@end--><!--@end-->
</ul>
</div>
<!--GNB-->
<ul id="gnb">
<!-- main_menu 1차 시작 -->
{@$menu_cnt=0}
<!--@foreach($main_menu->list as $key => $val)-->
<!--@if($val['menu_btn'] || $val['active_btn'] || $val['hover_btn'+
'+
'])-->
<!--이미지 메뉴일때-->
<!--@if($val['link'])-->
<!--@if($val['+
'selected'])-->
{@ $menu_1st = $val }
<!--@end-->
<!--@if($menu_cnt < $layout_info->top_menu_count)-->
<li <!--@if($val['selected'])-->class="on"<!--@end-->>
<span class="img_btn">
<a href="{$val['href']}"
<!--@if($val['open_window']=='Y')-->
onclick="window.open(this.href);return false;"
<!--@end-->
onfocus="this.blur();"
>
<!--@if($val['selected'])--><img src='{$val['+
'active_btn']}' border='0'><!--@else-->{$val['link']}<!--@end-->
</a>
</span>
</li><li id='gnb_middle' style='padding:0px {$layout_info->menu_padding} 0px {$layout_info->menu_padding};'><img src='./images/{$layout_info->colorset}/bgGnbMiddle.gif'></li>
<!--@end-->
<!--@end-->
<!--@else-->
<!--텍스트 메뉴일때-->
<!--@if($val['link'])-->
<!--@if($val['selected'])-->
{@ $menu_1st = $val }
<!--@end-->
<!--@if($menu_cnt < $layout_info->top_menu_count)-->
<!--@if($val['selected'])--><li><img src='./images/{$layout_info->colorset}/bgGnbOn_left.png' alt='right' /></li><!--@end-->
<li <!--@if($val['selected'])-->class="on"<!--@end-->><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end--> onfocus="this.blur();">{$val['link']}</a></li>
<!--@if($val['selected'])--><li><img src='./images/{$layout_info->colorset}/bgGnbOn_right.png' alt='right' /></li><!--@end-->
<li id='gnb_middle' style='padding:0px {$layout_info->menu_padding} 0px {$layout_info->menu_padding};'><img src='./images/{$layout_info->colorset}/bgGnbMiddle.gif'></li>
<!--@end-->
<!--@end-->
<!--@end-->
{@$menu_cnt++}
<!--@end-->
<!-- main_menu 1차 끝 -->
</ul>
<!--//GNB-->
<!--top_date-->
<div id="top_date">
{@$n_date = date('Y년 m월 d일')}
오늘은 {$n_date} 입니다.
</div>
<!--top_index-->
<div id="top_index">
<is_admin=="Y")-->!--@if($logged_info->is_admin=="Y")--><a href={$layout_info->index_url}/admin><img src="images/{$layout_info->colorset}/btn_admin.gif" border="0" align="absmiddle"></a><!--@end-->
<!--@if($logged_info)-->
<is_admin=="Y'>!--@if(!$logged_info->is_admin=="Y")-->
<a href="{$layout_info->index_url}/?&act=dispMemberMessages&member_srl=4"><img src="images/{$layout_info->colorset}/btn_mbox.gif" border="0" align="absmiddle"></a>
<!--@end-->
<a href="{$layout_info->index_url}/?act=dispMemberLogout&member_srl="><img src="images/{$layout_info->colorset}/btn_logout.gif" border="0" align="absmiddle"></a>
<!--@else-->
<a href="{$layout_info->index_url}/?act=dispMemberLoginForm"><img src="images/{$layout_info->colorset}/btn_login.gif" border="0" align="absmiddle"></a>
<!--@end-->
<!--@if(!$logged_info)-->
<a href="{$layout_info->index_url}/?act=dispMemberSignUpForm&member_srl=" onfocus="this.blur();"><img src="images/{$layout_info->colorset}/btn_join.gif" border="0" align="absmiddle"></a>
<!--@end-->
<a href="{$layout_info->index_url}/sitemap" onfocus="this.blur()"><img src="images/{$layout_info->colorset}/btn_sitemap.gif" border="0" align="absmiddle"></a>
</div>
<!--top_banner-->
<div id="gnb_sub">
i hope you enjoying here :p
</div>
<div id="Search_icon">
<img src='./images/{$layout_info->colorset}/searchtitle.gif'>
</div>
<form action="{getUrl()}" method="post" id="isSearch">
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="act" value="IS" />
<input name="search_target" type="radio" value="title" id="search_target" class="searchOrder" checked="checked" title="search option" />
<label for="search_target" class="checked" id="search_target_label" onclick="showHide('selectOrder'); return false">{$lang->title}</label>
<ul id="selectOrder">
<li>
<input type="radio" name="search_target" value="title" id="search_target1" />
<label for="search_target1" onclick="chkIsKind(1, '{$lang->title}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->title}</label>
</li>
<li>
<input type="radio" name="search_target" value="content" id="search_target2" />
<label for="search_target2" onclick="chkIsKind(2, '{$lang->content}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->content}</label>
</li>
<li>
<input type="radio" name="search_target" value="title_content" id="search_target3" />
<label for="search_target3" onclick="chkIsKind(3, '{$lang->title}+{$lang->content}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->title}+{$lang->content}</label>
</li>
<li>
<input type="radio" name="search_target" value="comment" id="search_target4" />
<label for="search_target4" onclick="chkIsKind(4, '{$lang->comment}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->comment}</label>
</li>
<li>
<input type="radio" name="search_target" value="tag" id="search_target5" />
<label for="search_target5" onclick="chkIsKind(5, '{$lang->tag}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->tag}</label>
</li>
</ul>
<input name="is_keyword" type="text" class="inputText" title="keyword" />
<input type="image" src="./images/{$layout_info->colorset}/buttonSearch.gif" alt="{$lang->cmd_search}" class="submit" />
</form>
</div>
<!--@if($act)-->
<div id="contentBody">
{$content}
</div>
<!--@else-->
<div id="contentBody">
<div id="columnLeft">
<!-- 로그인 위젯 -->
<img width="100%" height="100" src="/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="login_info" body="" skin="jdh_default" colorset="default" widget_cache="0"/>
<br>
<!--최근인기게시물-->
<img width="100%" height="100" src="/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="popular_document" body="" skin="jdh_default" colorset="normal" widget_cache="0" title="최근인기게시물" order_target="readed_count" order_type="desc" list_count="10" view_date="7" mid_list=""
subject_cut_size="12"
widget_margin_top="5"
widget_margin_left="0"
widget_margin_right="0" widget_fix_width="" widget_width="50" widget_width_type="200px" widget_position="" widget_sequence="673"
design_top="./images/mweekbest_top.gif"
design_middle="./images/mleftbox_middle.gif"
design_bottom="./images/mleftbox_bottom.gif"/>
<br>
<!--명언한마디-->
<img class="zbxe_widget_output" widget="saying" skin="HG_saying" list_count="100" />
<br>
<!--포토갤러리-->
<img width="100%" height="100" src="/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="newest_images" body="" skin="jdh_default" colorset="normal" widget_cache="0" title="최근이미지"
mid_list="koreapicture"
title_length="20"
thumbnail_type="crop"
thumbnail_width="80"
thumbnail_height="80" cols_list_count="2" rows_list_count="2" display_author="N" display_regdate="N" display_readed_count="N" display_voted_count="N"
design_top="./images/photo_title.gif"
design_middle="./images/sbox_middle.gif"
design_bottom="./images/sbox_bottom.gif"
design_img="./images/sbox_middle.gif"
widget_sequence="598416" />
<br>
<!--서식/양식-->
<img width="100%" height="100" src="http://jobdahan.net/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="newest_document" body="" skin="jdh_default" colorset="white" widget_cache="0" title="서식/양식" order_target="regdate" order_type="asc" list_count="10" duration_new="" subject_cut_size="18" mid_list="document"
design_top="./images/form_title.gif"
design_middle="./images/sbox_middle.gif"
design_bottom="./images/sbox_bottom.gif"
design_img="" widget_sequence="598403" />
<br>
<!--로그인회원-->
<img class="zbxe_widget_output" widget="logged_members" skin="default" colorset="normal" list_count="5" use_mid="total"
design_top="./images/nowlogin_title.gif"
design_middle="./images/sbox_middle.gif"
design_bottom="./images/sbox_bottom.gif"
/>
<is_admin=="Y'>!--@if($logged_info->is_admin=="Y")-->
<img width="200px" height="100" src="/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="counter_status" skin="styx_flash" colorset="normal" widget_cache="0" widget_margin_top="5" widget_margin_left="10" widget_margin_right="10" widget_fix_width="" widget_width="50" widget_width_type="200px" widget_position="" >
<!--@end-->
<!--@if($grant->is_admin)-->
<a href="{getUrl('','mid',$layout_info->target_mid,'act','dispLayoutAdminModify','layout_srl',$layout_info->layout_srl)}">관리</a>|
<a href="{getUrl('','+
'mid',$layout_info->target_mid,'act','dispLayoutAdminEdit','layout_srl',$layout_info->layout_srl)}">편집</a>
<!--@end-->
</div>
<div id="columnCenter">
<!--매인배너-->
<img src=./images/2main_banner.gif align='absmiddle' border="0">
<br>
<!-중간 템플부분-->
<img class="zbxe_widget_output" page_count="1" widget="tab_newest_document" skin="xe_official" colorset="normal" order_target="list_order" order_type="desc" duration_new="24" thumbnail_type="crop" display_author="Y" display_regdate="Y" display_readed_count="Y" display_voted_count="Y" mid_list="newstoday,opinion,arts" design_top="./images/test.gif" />
<br>
<!--탭메뉴1-->
<img class="zbxe_widget_output" widget="webzine" skin="notice_style" colorset="normal" order_target="list_order" order_type="desc" duration_new="24" subject_cut_size="70" content_cut_size="600" thumbnail_type="crop" cols_list_count="1" rows_list_count="1" display_author="N" display_regdate="N" display_readed_count="N" display_voted_count="N" module_srls="320" />
<!--탭메뉴2-->
<img class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" order_target="list_order" order_type="desc" list_count="5" duration_new="24" mid_list="event" />
<br>
<!--탭메뉴3-->
<img class="zbxe_widget_output" widget="tab_newest_document" skin="xe_official" colorset="normal" order_target="list_order" order_type="desc" duration_new="24" subject_cut_size="25" thumbnail_type="crop" display_author="Y" display_regdate="Y" display_readed_count="Y" display_voted_count="Y"
mid_list="notice,wise_saying,document,freeboard"
design_top="./images/tabtest_title.gif" />
<br>
<!--최근댓글-->
<img width="100%" height="100" src="/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="newest_comment" body="" skin="blog_newest_comment" colorset="normal" widget_cache="0" title="최근댓글" list_count="15" duration_new="" mid_list=""
design_top="./images/reply_title.gif"
design_middle="./images/reply_middle.gif"
design_bottom="./images/reply_bottom.gif"
design_img="./images/reply_middle.gif"
widget_sequence="598436" />
</div>
<div id="columnRight" >
<!--오른쪽 배너 부분-->
<img class="zbxe_widget_output" widget="tab_newest_document" skin="xe_official" colorset="normal"
order_target="list_order" order_type="desc" duration_new="24" thumbnail_type="crop" display_author="n"
display_regdate="Y" display_readed_count="Y" display_voted_count="y" mid_list="want,offer" design_top="./images/jobinfo.gif" />
<br>
<br>
<!--공지사항-->
<img width="100%" height="100" src="/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="newest_document" body="" skin="jdh_default" colorset="white" widget_cache="0" title="공지사항" order_target="regdate" order_type="asc" list_count="5" duration_new="" subject_cut_size="18"
mid_list="notice"
design_top="./images/notice_title.gif"
design_middle="./images/sbox2_middle.gif"
design_bottom="./images/sbox2_bottom.gif"
design_img="" widget_sequence="598403" />
<br>
<!--자유토크-->
<img width="100%" height="100" src="/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="newest_document" body="" skin="jdh_default" colorset="white" widget_cache="0" title="freetalk" order_target="regdate" order_type="asc" list_count="5" duration_new="" subject_cut_size="16"
mid_list="freetalk"
design_top="./images/freetalk_title.gif"
design_middle="./images/sbox2_middle.gif"
design_bottom="./images/sbox2_bottom.gif"
design_img="" widget_sequence="598403" />
<br>
<!--최근게시물-->
<img width="100%" height="100" src="/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="newest_document" body="" skin="jdh_default" colorset="white" widget_cache="0" title="최근게시물" order_target="regdate" order_type="asc" list_count="15" duration_new="" subject_cut_size="39" mid_list="travel,music,coarts,education"
design_top="./images/newlist_title.gif"
design_middle="./images/sbox2_middle.gif"
design_bottom="./images/sbox2_bottom.gif"
design_img="" widget_sequence="598403" />
<br>
<!--최근질문-->
<img width="100%" height="100" src="http://jobdahan.net/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="newest_document" body="" skin="jdh_default" colorset="white" widget_cache="0" title="새롭게 등록된 질문" order_target="regdate" order_type="asc" list_count="15" duration_new="" subject_cut_size="39" mid_list="offred,wanted,learnkorea"
design_top="./images/qa_title.gif"
design_middle="./images/sbox2_middle.gif"
design_bottom="./images/sbox2_bottom.gif"
design_img="" widget_sequence="598403" />
<br>
<img width="100%" height="100" src="http://jobdahan.net/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="tag_list" body="" skin="color_text" colorset="naver" widget_cache="0" title="태그" list_count="" mid_list=""
design_top="./images/tag_title.gif"
design_middle="./images/sbox2_middle.gif"
design_bottom="./images/sbox2_bottom.gif"
widget_sequence="598413" />
<br>
</div>
<div>
{$content}
</div>
</div>
<!--@end-->
<div id="footer">
<li class="first-child">
<address>
<a href="http://jobdahan.net" onclick="window.open(this.href);return false;"><img src="./images/{$layout_info->colorset}/jobdahan.gif" alt="Designed by jobdahan.net" /></a>
</address>
</li>
{@$menu_cnt=0}
<!--@foreach($bottom_menu->list as $key => $val)-->
<!--@if($menu_cnt> 0 && $menu_cnt < 7)-->
<li><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->
{@$menu_cnt++}
<!--@end-->
</div>
<!--카피라이터 부분-->
<div id="copyright">Copyright ⓒ <b><font color="#ff9900">koreaprose.com</font></b>. All rights reserved.<br><br></div>
</div>
이것은 css 소스
@charset "utf-8";
/*
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
Jeong, Chan Myeong 070601~070630
*/
/*default Skin - Start */
#isSearch ul { margin:0; padding:0; }
#selectLang { margin:0; padding:0; }
#gnb { margin:0; padding:0; }
#lnb { margin:0; padding:0; }
#lnb ul { margin:0; padding:0; }
/* Site Layout - Body Wrap */
body { background:#ffffff;}
#bodyWrap { position:relative; width:950px;background:#ffffff;}
/* Site Layout - Header */
#header { position:relative; width:950px; height:180px; border-top:0px solid #ffffff; border-left:0px solid #d9d9d9; border-right:0px solid #d9d9d9; background:url(../images/default/bgHeader.gif) no-repeat right bottom; margin-bottom:10px; z-index:99;}
#header .logo { position:absolute; top:10px; left:0px;}
#language { position:absolute; top:6px; right:19px; z-index:100;}
#language strong { color:#5c5c5c; font:.75em Tahoma; margin-right:3px;}
#language a img { vertical-align:-5px;}
#language ul { position:absolute; top:15px; right:0px; display:none; border:1px solid #d9d9d9; background:#ffffff;}
#language ul li { list-style:none; }
#language ul li a { display:block; width:61px; padding:3px 8px; font:9px Tahoma; color:#5c5c5c; text-decoration:none;}
#language ul li a:hover { background:#f4f4f4;}
#top_date {position:absolute; top:7px; left:400px; width:480px; text-align:left;}
#top_index { position:absolute; top:7px; right:150px; width:500px; text-align:right;}
#top_banner { position:absolute; top:35px; left:220px; width:500px; text-align:left;}
#it_search_form { position:absolute; top:50px; right:15px;}
#it_search_form .input { border:1px solid #d9d9d9; height:17px; width:120px; color:#888888; font-size:.9em;}
#it_search_form .submit_button { width:1px; height:1px; visibility:hidden; }
#gnb { position:absolute; top:87px; left:19px; height:48px; overflow:hidden; white-space:nowrap; margin-bottom:0px;}
#gnb li {list-style:none; float:left; background:url() no-repeat left center; padding-left:0px; position:relative; left:0px; white-space:nowrap;}
#gnb li a { display:block; float:left; padding:17px 17px 0 17px; height:48px; color:#e0f9ff; white-space:nowrap; text-decoration:none;font-size:15px;font-weight:bold; }
#gnb li a:hover,
#gnb li a:focus { color:#ffcf28;}
#gnb li.on a { font-weight:bold; color:#3f3f3f; padding:17px 10px 0 10px;background:url(../images/default/bgGnbOn.png) no-repeat center top;}
#gnb_middle{width:6px;text-align:center;}
#gnb li span.img_btn a { display:block; float:left; padding:0px 0px 0 0px; height:48px; color:#e8e8e8; white-space:nowrap; text-decoration:none; }
#gnb li.on span.img_btn a { font-weight:bold; color:#ffffff; background:url(../images/default/bgGnbOn.gif) no-repeat center top;}
#gnb_sub { position:absolute; top:145px; left:20px; height:40px; overflow:hidden; white-space:nowrap; margin-bottom:0px;color:#666666;}
#Search_icon { position:absolute; top:55px; right:230px; width:284px; text-align:right;}
#isSearch { position:absolute; top:55px; right:10px; width:214px; text-align:right;}
#isSearch .searchOrder { display:none;}
#isSearch .checked { position:absolute; left:0; top:0; text-align:left; display:block; padding:5px 0 0 5px; width:64px; height:14px; background:url(../images/default/bgSearchTerm.gif) no-repeat; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#5c5c5c; line-height:normal;}
#isSearch ul { display:none; position:absolute; left:0; top:18px; padding:2px 0 3px 0; text-align:left; border:1px solid #b2b2b2; background:#ffffff; overflow:hidden;}
#isSearch ul li { width:67px; height:18px; list-style:none;}
#isSearch ul li input { display:none;}
#isSearch ul li label { display:block; padding:4px 0 0 4px; width:63px; height:15px; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#5c5c5c;}
#isSearch ul li label.on { background:#ededed; }
#isSearch ul li label:hover,
#isSearch ul li label:focus { background:#ededed;}
#isSearch .inputText { vertical-align:middle; position:relative; top:0; _top:-1px; left:1px; padding:3px 3px 1px 3px; width:94px; height:13px; color:#000000; border:1px solid #B0B0AF; background-color:#FFFFFF; }
#isSearch .inputText:hover,
#isSearch .inputText:focus { border:1px solid #8E8E8D; background-color:#FFFFFF; }
*:first-child+html #isSearch .inputText { position:relative; top:-1px;}
#isSearch .submit { vertical-align:middle; _position:relative; _top:-1px;}
*:first-child+html #isSearch .submit { position:relative; top:-1px;}
/* Site Layout - Content Body */
#contentBody { position:relative; width:950px; padding-bottom:10px; padding-left:0px; padding-right:0px; overflow:hidden; background:url(../images/default/bgContentBody.gif) repeat-y left top; border-bottom:0px solid #dddddd;}
/* Site Layout - Column Left */
#columnLeft { position:relative; width:200px; float:left;}
#columnLeft .mask { width:201px; height:5px; background:#ffffff; display:block;}
#lnb { border-top:1px solid #dddddd; padding:4px 5px; width:190px;}
#lnb li { list-style:none; padding-bottom:4px;}
#lnb li a { padding:6px 5px 6px 13px; width:170px; display:block; border:1px solid #e8e8e8; background:url(../images/default/bgLnbOff.gif) repeat-x; color:#3e3e3e; position:relative; z-index:99; text-decoration:none;}
#lnb li a:hover,
#lnb li a:focus { color:#ffffff; background:#de4332; border:1px solid #de4332;}
#lnb li.on a { color:#ffffff; background:#de4332; border:1px solid #de4332;}
#lnb li.on a:hover,
#lnb li.on a:focus { font-weight:bold;}
#lnb li ul { display:none; position:relative; width:184px; padding:0 3px; position:relative; border-top:1px solid #ffffff; overflow:hidden;}
#lnb li.on ul { display:block;}
#lnb li ul li { padding:0; border-top:1px solid #f2f2f2; position:relative; top:-1px;}
#lnb li ul li a { padding:6px 5px 6px 10px; width:169px; color:#818181 !important; border:none; background:none !important; border:none !important;}
#lnb li ul li a:hover,
#lnb li ul li a:focus { font-weight:normal !important; color:#de4332 !important;}
#lnb li.on ul li.on a { color:#ff1a00 !important; font-weight:bold !important; background:url(../images/default/bulletLnb.gif) no-repeat 175px center !important;}
/* Site Layout - Column Right */
#columnCenter {position:relative; top:0px; left:10px; width:500px; height:100%; text-align:left; float:left;}
#columnRight { position:relative; top:0px; right:0px; width:230px; text-align:left;float:right;}
#columnRight .index_link { width:230px;overflow:hidden;white-space:nowrap;}
#visualArea { width:770px; height:200px; background:#f5f5f5; margin-bottom:2.5em; position:relative; left:-15px; margin-right:-15px;}
#content { width:100%; overflow:hidden;}
/* Site Layout - Footer */
#footer { border-top:0px solid #f4f4f4; text-align:center;height:50px; padding:30px 0px 0px 0px; clear:both; background:url(../images/default/bottom_barbg.gif) no-repeat left center;}
#footer li { display:inline; padding:0 .6em 0 1em; background:url(../images/default/vrType1.gif) no-repeat left center;}
#footer li.first-child { background:none;}
#footer li a { color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;text-decoration:none;}
#footer li address { display:inline; }
#copyright {width:950px; border-top:0px solid #f4f4f4; text-align:center;height:25px; padding:0px 0px 10px 0px; clear:both;}
/* default Skin - End */
댓글 4
-
놔놔놔쏴
2009.10.22 11:21
-
동건이
2009.10.22 12:04
그건 벌서 시도 해 본거에요 ㅠ.ㅠ 그렇게 하고 나면 올라 가지도 않고 다른아래부분만 딸려 올라가여 -
동건이
2009.10.22 12:07
위에님 벌써 시도해 본거에여 ㅠ.ㅜ 그렇게 하고 나면 정작 따라 올라가야 되는 바로 아래 부분이 안 올라가고
메뉴 바만 위로 땡겨 올라간다는;;
-
동건이
2009.10.22 16:04
위에분 관심 감사 드립니다 (__)
그것도 벌써 따라해 봤는데 해결이 안되서요 ㅠㅠ
-
jsuimage
2009.10.23 09:19
CSS파일 부분에서요. 아래의 부분을 봐 주세요.
#top_date {position:absolute; top:7px; left:400px; width:480px; text-align:left;}
#top_index { position:absolute; top:7px; right:150px; width:500px; text-align:right;}요것이 아마 위에 날짜 표시하는 부분인것 같은데요.
여기서 날짜와 함께 여백이 딸려 내려 갔을수 있으니까요. top을 0px로.
이런 답변만 받아서는 실력이 늘지 않습니다.
이건 아주 기초적인 겁니다.
홈페이지는 훌륭하게 잘 꾸미셨네요.
조금 이야기를 더 하자면
Fire Fox를 설치하신 후에 부가기능으로 FireBug를 설치하시면 끝납니다.
#header에
margin-bottom:10px;
빼면 됩니다.