묻고답하기

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

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

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


홈페이지 메인에서 사용하는 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 남기남
Lansi 파일 업로드 제대로 동작하나요? [11] 2014.09.26 by yank
welcomeju2 회원 가입과 통합검색 삭제 file  
실속제로 XE1.7.4 에서 1.7.7.1 쉬운설치시 에러 [2] 2014.09.26 by 담소
Albatross 아래와같은 배너위젯 무엇을 사용하나요??? [1] file 2014.09.26 by mAKEkr
베이더 업데이트 후 classes 에러메시지 [1] 2014.09.26 by mAKEkr
THEOTHERS 이런 레이아웃 공개버젼 있을까요? [3] file 2014.09.26 by THEOTHERS
골드윈 회원 설정 저장 에러가 납니다. 도와주세요 ㅜㅠ  
콜롬보. 스크랩보기 화면에서 조회기능  
choi xe.1.7.x.x 버전 관리자 접속시 같이 로그인 되는 현상  
Krang 홈페이지 메인화면에서 클릭하면 최상단으로 올라갑니다. [4] 2014.09.26 by Krang
내아내그리움 위젯등의 프로그램의 업데이트가 왜 안되는걸까요 [1] 2014.09.26 by CTN
딸꾹질 작성글 리스트가 너무 긴데요. [5] 2014.09.26 by Lansi
코네꼬 헤드랑 풋 업로드까지 했는데 엑박이에요  
ljhw 호스팅 질문... [3] 2014.09.26 by ljhw
다넷사 OpenSSL 적용 방법에 대해서 좀 알려 주세요.. [2] 2014.09.26 by YJSoft
zombiman 검색어 강조 애드온 개선버전의 적용 방법?  
골드윈 xe 한글로 설치가 안됩니다. [1] 2014.09.26 by 골드윈
똑디 xe 1.7.7.1 최신버전 업데이트 하고 500 에러 나시는분? [4] 2014.09.26 by 똑디
alrin 스케치북 IP 노출 [2] 2014.09.26 by alrin
요술봉 글쓰기의 태그입력 칸을 좀 나누고 싶습니다. [4] file 2014.09.26 by 요술봉
비밀얌 XE 게시판에 이미지 주소 변수 ('image_url' parameter) 문의 [2] 2014.09.26 by 비밀얌
하하디디 xe 1.7.7.1 업데이트 후 증상 인증문제 [1] file 2014.09.26 by 하하디디
KAPF123 simplestrap 사이드바가 작동안하는데 도움주실분계시나요..  
뽀끼 화면이 왼쪽으로 쏠려 있습니다. [2] 2014.09.25 by 뽀끼
나모나모 phidel 게시판 EX 업데이트 자료 요청 [1] 2014.09.25 by sejin7940
최윤한 xe 페이스북 로그인을 연동하는게 좋을까요? 아니면 안하는게 좋을까요? [1] 2014.09.25 by boy2
처리낭군 '포인트 모듈'을 삭제하는 방법이요.. [2] 2014.09.25 by 처리낭군
LadiesKorea 스케치북 게시판 쓰는데..이 부분 어떻게 입력하나요? [2] file 2014.09.25 by LadiesKorea
젠스튜디오 외부페이지 로그인연동시 접근가능 회원그룹 설정 [5] 2014.09.25 by HSJI
mr33 백업해서 복원한 후 403 Forbidden 발생