묻고답하기
jQuery 를 이용하여 최상단바 아래부분부터 스크롤링 하고싶어요..
2012.05.26 23:06
제목그대로
jQuery 를 이용하여 최상단바 아래부분부터 스크롤링 하고싶어요..
먼저 제가 사용할 레이아웃 html인데...
이게 헤드 부분 코드인데요..
<!-- HEAD START-->
<div id="kruboot_head" name="head" onclick="jQuery('#content a:first').focus();return false">
<div class="contec">
<div class="left">
<a href="../"><img class="logo" alt="0" src="../html/img/toplogo.gif"/></a> </div>
<div class="right">
<form action="{getUrl()}" method="post" class="isSearch"><!--@if($vid)--><input type="hidden" name="vid" value="{$vid}" /><!--@end--><input type="hidden" name="mid" value="{$mid}" /><input type="hidden" name="act" value="IS" /><input type="hidden" name="search_target" value="title_content" /><input name="is_keyword" value="{$is_keyword}" type="text" class="inputText" title="{$lang->hk_keyword}" /><input type="image" src="img/search_bar.gif" alt="{$lang->cmd_search}" class="submit subButton" /></form>
</div>
</div>
</div>
<!-- HEAD END-->
#kruboot_head 이 아이디를 아래 jQuery 소스?로 고정하고 아래부터 스크롤링 하고싶어요.. ㅠㅠ;
이건 스케치북 레이아웃껀데 이걸 응용해서 하고싶은데요..
<script cond="$layout_info->static!='Y'" type="text/javascript">
jQuery(function($){
$('#lnb').css({position:'fixed'});
$(window).scroll(function(){
if ($(this).scrollTop() > <hd_height)-->98{$layout_info->hd_height-2}1190{$layout_info->xe_width}