퀵메뉴 소스 구합니다. 채택완료
웹지기맨
7년 전
조회 2,757
퀵메뉴 소스중에 가로사이즈 상관없이 사이트 바로 우측에서 10픽셀 공간 놔두고 그 이후 우측에 위치시키면 가로 크기 줄여도 그자리에 고정되는 퀵메뉴 소스 없을까요?
아래 처럼요..
https://kin-phinf.pstatic.net/20180522_149/15269818926366aexX_PNG/1.png?type=w620" width="500" />
제가 소장하고 있는 퀵메뉴 소스는 저렇게 위치를 해버린 후 브라우저 사이즈를 가로로 줄여버리면 퀵메뉴가 좌측으로 밀리더군요.
퀵메누기 저렇게 그 자리에 고정되어 스크롤 따라다니는 퀵메뉴 소스를 찾습니다.
참고로 제가 가진 소스로 적용한 사이트 아래와 같습니다.
http://www.bicimmi.com/page/01==>제가 구해서 적용한 소스는 이 사이트 입니다.
댓글을 작성하려면 로그인이 필요합니다.
답변 2개
채택된 답변
+20 포인트
답변에 대한 댓글 2개
�
웹지기맨
7년 전
f
fm25
7년 전
지금은 사용하지않아...;;;
topMargin을 조정해보세요.
topMargin을 조정해보세요.
댓글을 작성하려면 로그인이 필요합니다.
7년 전
퀵메뉴 소스를 아래와 같이 수정해보세요..^^
</p>
<p> </p>
<p><div id="quick" style="top: 300px;left:50%"></p>
<p><div style="margin-left:620px;"></p>
<p><img src="./호주채용(진행중) - 이민법무사 전문컨설팅 BIC_files/quick_menu.png" border="0" usemap="#Map"></p>
<p><map name="Map" id="Map"></p>
<p><area shape="rect" coords="0,42,65,112" href="<a href="http://www.bicimmi.com/page/15">" target="_blank" rel="noopener noreferrer">http://www.bicimmi.com/page/15"></a></p>
<p><area shape="rect" coords="2,112,72,184" href="<a href="http://www.bicimmi.com/board/list/2?init">" target="_blank" rel="noopener noreferrer">http://www.bicimmi.com/board/list/2?init"></a></p>
<p><area shape="rect" coords="2,183,68,255" href="<a href="http://www.bicimmi.com/board/list/3?init">" target="_blank" rel="noopener noreferrer">http://www.bicimmi.com/board/list/3?init"></a></p>
<p><area shape="rect" coords="1,254,72,328" href="<a href="http://www.bicimmi.com/board/list/4?init">" target="_blank" rel="noopener noreferrer">http://www.bicimmi.com/board/list/4?init"></a></p>
<p><area shape="rect" coords="1,327,66,422" href="<a href="http://www.bicimmi.com/layout/user_d_default_ko/static/data/doc.zip">" target="_blank" rel="noopener noreferrer">http://www.bicimmi.com/layout/user_d_default_ko/static/data/doc.zip"></a></p>
<p></map></p>
<p></div></p>
<p></div></p>
<p>
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
적용은 했는데, 상단과의 거리값이라고 해야하나? 암튼, 높이값 조정이 안되네요.
http://domaenara.godohosting.com/
적용한 사이트인데요.
소스중에서.
//<![CDATA[
$(document).ready(function() {
$('#floatR').scrollFollower({
pageAlign:'center',
pageWidth:1200, //컨텐츠 블럭의 폭(필수값)
type:'right',
topMargin:125, //페이지 최상단과의 거리
minTop:120,
margin:5,
speed:500,
easing:'swing',
zindex:10
});
});
//]]>
위 소스 중에서 "minTop:120," ==>여기값 수정 하는거 아닌가요? 숫자 조정해도 계속 같은 위치이네요..