묻고답하기

홈페이지 메인에서 빈공간 클릭이나 로그인하려고 클릭하면 최상단으로 올라가버리네요.

찾아봐도 없는거 같아서 질문 올려봅니다.

현재 계시판 이동은 화면창 제일 위로 올려서 눌러야 됩니다.


홈페이지 메인에서 사용하는 html 일부인데 

어디에 문제가 있는걸까요 ..


<load target="css/layout.css" />

<include target="_settings.html" />

<div id="body_rgba" class="{$layout_info->colorset} newClear">

<div id="body_wrap" class="bg_t<!--@if(!$layout_info->bg_texture_custom && $layout_info->bg_texture == "light.png")-->i<!--@endif--> newClear">

<!--// Header Start -->

<div class="header_wrap newClear">

<p class="skipNav"><a href="#contents">Skip Navigation</a></p>

<div class="header_container newClear">

<div id="header" class="newClear">

<!--// Logo --><!--@if($layout_info->home_logo_image)--><a id="logo" class="link_tooltip" href="{$layout_info->home_url}" alt="{$layout_info->home_title}" title="{$layout_info->home_title}"><img src="{$layout_info->home_logo_image}" /></a><!--@else--><a id="logo" class="logo_stylish link_tooltip" href="{$layout_info->home_url}" alt="{$layout_info->home_title}" title="{$layout_info->home_title}"></a><!--@endif-->


<div class="HL"></div>


<!--// SNS Navigation Start -->

<div cond="$layout_info->facebook_url || $layout_info->twitter_url || $layout_info->googleplus_url || $layout_info->rss_url" id="sns_nav" class="newClear">

<ul>

<li cond="$layout_info->facebook_url"><a href="{$layout_info->facebook_url}" class="facebook_icon link_tooltip" title="Facebook" target="_blank"></a></li>

<li cond="$layout_info->twitter_url"><a href="{$layout_info->twitter_url}" class="twitter_icon link_tooltip" title="Twitter" target="_blank"></a></li>

<li cond="$layout_info->googleplus_url"><a href="{$layout_info->googleplus_url}" class="googleplus_icon link_tooltip" title="Google+" target="_blank"></a></li>

<li cond="$layout_info->rss_url"><a href="{$layout_info->rss_url}" class="rss_icon link_tooltip" title="RSS" target="_blank"></a></li>

</ul>

</div><!--// SNS Navigation End -->

<!--// User Area Start -->

<div cond="$layout_info->user_area" id="user_area" class="newClear">

<a href="{$layout_info->user_area_url}?iframe=true&width=<!--@if($layout_info->user_area_width)-->{$layout_info->user_area_width}<!--@else-->100%<!--@endif-->&height=<!--@if($layout_info->user_area_height)-->{$layout_info->user_area_height}<!--@else-->100%<!--@endif-->" rel="prettyPhoto[iframes]" class="link_tooltip" title="{$layout_info->user_area} 열기">{$layout_info->user_area}</a>

</div><!--// User Area End -->


<!--// Language Start -->

<div cond="$layout_info->language_on != 'off'" id="languages" class="newClear">

<a class="toggle link_tooltip" title="Select Language" href="#">

<span cond="$layout_info->language_on == 'image' || $layout_info->language_on == 'all'" class="flag {$lang_type}"></span>

<span cond="$layout_info->language_on == 'text' || $layout_info->language_on == 'all'" class="lang_text">{$lang_supported[$lang_type]}<span class="lang_arrow">▼</span></span>

</a>

<ul class="selectLang"><li loop="$lang_supported=>$key,$val" cond="$key != $lang_type"><a onclick="doChangeLangType('{$key}');return false;">{$val}</a></li></ul>

</div><!--// Language End -->


<!--// Login --><div id="loginfo" class="newClear"><img class="zbxe_widget_output" widget="login_info" skin="stylish<!--@if($current_version < "1.5.0.0")-->_old<!--@endif-->" colorset="{$layout_info->login_panel_bg}" /></div>


<!--// Top Menu --><div cond="$top_menu->list" id="top_menu" class="newClear"><ul><li loop="$top_menu->list=>$key,$val" cond="$val['link']"><a href="{$val['href']}" target="_blank"|cond="$val['open_window']=='Y'"><span>{$val['text']}</span></a></li></ul></div>

</div>

</div>

<!--// Main Menu Start -->

<div id="nav" class="newClear">

<!--// Main Menu 1st Tabs Start -->

<div class="mm_tabs_wrap newClear">

<div class="mm_tabs_container newClear">

<ul id="mm_tabs">

{@ $tabi = 1}

<li loop="$main_menu->list=>$key,$val" cond="$val['link']" class="nav1st tab{$tabi} css3pie1">

<span class="tabs_ribbon"></span>

<a href="{$val['href']}" target="_blank"|cond="$val['open_window']=='Y'">{$val['link']}</a>

<block cond="$val['selected']">{@ $tabs = $tabi}</block>

{@ $tabi++}

</li>

</ul>

<!--// Search Form --><div cond="$layout_info->search_on == 'nav'" id="search_form" class="search_form_nav newClear"><div class="inp_l"></div><div class="inp"><include target="search.html" /></div><div class="inp_r"></div></div>

<!--// Open Nav Ribbon --><a cond="$layout_info->main_menu_ribbon == 'on'" id="open_link" href="#"></a>

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
beret13 이런거 질문해도 되나 모르지만요..^^ [2] 2007.08.10
아다 플래시에서 물방울효과요...! [2] 2007.08.10
박준영 코드번호 삽입에 대한 질문 입니다. ㅠ_ㅠ; [2] 2007.08.10
박준영 정말..초보 질문 또 올립니다. ㅡㅡ;; [2] 2007.08.10
김한샘 진짜 급답좀..부탁입니다.. [1] 2007.08.10
장동민 글자 윗부분이 자꾸 짤립니다.-_-; [2] 2007.08.10
김원석 미디어 플레이어 확대.축소 버튼 만들어 쓰는 방법은? [7] 2007.08.10
최신혁 GPL 이라는게뭔지좀 알려주세요... 라이센스라고하던데 [2] 2007.08.10
천년의미소 ㅜ_ㅜ 급해요 빨리좀 봐주세요 ㅜ_ㅜ [2] 2007.08.10
천년의미소 링크를 거는데....이상해져요 ㅜ_ㅜ [2] 2007.08.10
안정민 이 보드가 먼지.. 제로보드로 db를 옴길수 있는지 궁금 합니다. [2] 2007.08.10
성종하 현재 작업중인 디렉토리는 바꿀 수 없나요? [2] 2007.08.10
낭만고양이ㆀ 갤러리 사진을 새창으로 띄우는거여.. [1] 2007.08.10
김형준 새 창열기를 해제하는 방법 좀 알려주세요 [2] 2007.08.10
하나바라기 사이트맵에 관한 질문... [1] 2007.08.10
하날아해 익스 5.0에서는 뜨는데 6.0에서는 안뜨는 것 질문요. [1] 2007.08.10
작은나무 나모에서 자꾸 스크립트 오류가 나네요 [3] 2007.08.10
지크프리드 웹사이트 메뉴 그림이 마우스 오버시 슉~ 튀어나오는 것... [3] 2007.08.10
DearMai 리눅스에서 파일 검색명령어.. [1] 2007.08.10
Stylist™ 포토샵에서 폰트관련질문... [5] 2007.08.10
데빈타운젠드 플래쉬 메뉴소스 받을만한 곳 없나요 ㅡ.ㅡ?? [1] 2007.08.10
정동환 winapm설치과정에서 에러욤^^ 고수님들 봐주세요~ [1] 2007.08.10
아기미라 플래쉬 메뉴 캐쉬문제 질문요 ㅡ.ㅜ  
정재원 두가지 질문... [1] 2007.08.10
오오사카 웹디자인 란에....  
해맑은영혼 이것도 해결해주나요 ? 이미지에서 글씨 빼기 [3] 2007.08.10
정혁준 반투명한 테이블/레이어을 만들 수 있나요? 외 질문.. 읽어주세요 [3] 2007.08.10
김재형 대충 홈페이지를 만들고있는데요  
☆으뉴™ 새 창 크기를 조정 할 수 없게///;; [1] 2007.08.10
runaway [질문] 연합뉴스티커에서.. [1] 2007.08.10