d

슬라이드 업 전체메뉴에 대해 질문드립니다.

sample.jpg

디자인만 아는 사람입니다.

4일째 고생하고 있습니다.

저의 수고를 다른 분에게 전가하는 것같아 죄송한 마음이 크지만

문외한으로서 도움이 꼭 필요하여 질문드립니다.

*내용 : 아래에서 위로 슬라이딩되는 메뉴

위의 그림 1, 2 와 같이 1에서 누르면 2처럼 펼쳐졌다가 2버튼을 다시 누르면 1번 처럼 접히는 형태입니다.

슬라이드 업 소스는 거의 없어 한참을  헤메다가 운좋게 소스를 구했는데 CSS? 부분을 수정해도//특히, 버튼의 위치

를 가운데로// 적용이 잘 되지않아 많이 헤메고 있습니다.

소스는 아래와 같습니다.

--------------------------------------------------------------------------------------

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>toggleSlide Up</title>
<style>
html, body {
  height:100%;
}
body {
  padding:0;
  margin:0;
  background:#ffffff;
  font-family:돋움, DOTUM,Arial, Helvetica, sans-serif;
  font-size:14px
}
#container {
  width:1005px;
  height:100%;
  margin:0 auto;
  position:relative;
}
#about_popup {
  width:1005px;
  height:320px;
  padding:20px;
  background:#fff;
  position:absolute;
  left:0;
  bottom:0;
  display:none;
  -moz-border-radius-topleft:0px;
  -moz-border-radius-topright:0px;
  -webkit-border-top-left-radius:0px;
  -webkit-border-top-right-radius:0px;
}
#about_popup h1 {
  color:#fff;
  margin:0;
  font-size:100px;
}
#about_popup p {
  margin:0;
  color:#fff;
}
#bottom_bar {
  width:130px;
  height:40px;
  background:#cc0000;
  background:-moz-linear-gradient(#FE1313,#cc0000);
  background:-webkit-gradient(linear, left top, left bottom, from(#FE1313), to(#cc0000));
  box-shadow:none;
  position:absolute;
  bottom:0;
}
#bottom_bar ul {
  list-style:none;
  width:960px;
  margin:0 auto;
}
#bottom_bar ul li {
  float:left;
  line-height:40px;
}
#bottom_bar ul li a {
  color:#fff;
  text-decoration:none;
  margin-right:20px;
}

/*--- Page styles ---*/
#back {
 position:bottom:0;
 top:10px;
 left:center;
 background:#ccc;
 width:150px;
 height:25px;
 -moz-border-radius:0px;
 -webkit-border-radius:0px;
 border-radius:0px;
 text-align:center;
 padding-top:0px;
 opacity:0.5;
}
#back:hover {
 opacity:1;
}
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script>
    $(function () {
        $('#bottom_menu a').click(function (e) {
            $('#about_popup').slideToggle();
        });
    });
</script>
</head>

<body>
<div id="container">
  <div id="about_popup">
    <h1>About</h1>
    <p>
   
   <img src="map.jpg" width="1005" height="294">
   
   
   
   
    </p>
  </div>
</div>
<table>
    <tr>
        <td height=100>
           
        <div id="bottom_bar">
          <ul id="bottom_menu">
            <li><a href="#about"><img src="btn.png"</a></il>
          </ul>
        </div>
        </td>
    </tr>
    <tr>
        <td height=100></td>
    </tr>
</table>

</body>
</html>

--------------------------------------------------------------------
  
읽어주셔서 감사드리고 고수분들의 좋은 답변 기다리겠습니다. 물론, 저도 계속 연구하고 있겠습니다.

감사합니다.

첨부파일

sample.jpg (16.4 KB)
0회 2012-12-05 16:33
|

댓글 2개

제가 쓰는 방식은
<input type="hidden" name="tmp_slider_val" value="" />
이런식으로 빈값을 만들곳을 하나 만들어서

$('#bottom_menu a').click(function (e) {
var status = $('[name=tmp_slider_val]').val();

if(status == 1)
{
$('#about_popup').slideUp();
$('[name=tmp_slider_val]').val(0);
$(this).attr('src','바뀌는 아이콘');
}
else
{
$('#about_popup').slideDown();
$('[name=tmp_slider_val]').val(1);
$(this).attr('src','원래 아이콘');
}
});

이런식으로 처리합니다. 약간 길어져도 토글 효과 나옵니다.
감사드립니다.
저도 이래저래 해보다가 비슷하게 붙여보았습니다.
필요하신 다른 분들을 위해서도 소스원본을 게시하도록 하겠습니다.
다시 한번 감사드립니다.
즐거운 연말연시 되시길 기원합니다.
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
13년 전 조회 4,913
13년 전 조회 5,534
13년 전 조회 3,881
13년 전 조회 9,883
13년 전 조회 2,265
13년 전 조회 1만
13년 전 조회 1.9만
13년 전 조회 2,830
13년 전 조회 2,305
13년 전 조회 7,833
13년 전 조회 2,341
13년 전 조회 2,516
13년 전 조회 2,259
13년 전 조회 2,401
13년 전 조회 2,735
13년 전 조회 2,555
13년 전 조회 2,647
13년 전 조회 5,258
13년 전 조회 3,686
13년 전 조회 5,967
13년 전 조회 4,660
13년 전 조회 5,847
13년 전 조회 3,636
13년 전 조회 2,877
13년 전 조회 2,569
13년 전 조회 3,669
13년 전 조회 6,588
13년 전 조회 2,631
13년 전 조회 5,486
13년 전 조회 7,021
13년 전 조회 2,893
13년 전 조회 3,926
13년 전 조회 3,240
13년 전 조회 2,195
13년 전 조회 3,896
13년 전 조회 3,386
13년 전 조회 2,382
13년 전 조회 2,049
13년 전 조회 4,822
13년 전 조회 3,206
13년 전 조회 1,967
13년 전 조회 2,087
13년 전 조회 9,741
13년 전 조회 6,278
13년 전 조회 9,195
13년 전 조회 2,120
13년 전 조회 3,014
13년 전 조회 3,223
13년 전 조회 2,830
13년 전 조회 4,138
13년 전 조회 2,601
13년 전 조회 2,729
13년 전 조회 1,971
13년 전 조회 2,792
13년 전 조회 2,732
13년 전 조회 1.4만
13년 전 조회 2,731
13년 전 조회 6,019
13년 전 조회 3,239
13년 전 조회 2,279
13년 전 조회 2,596
13년 전 조회 5,378
13년 전 조회 2,514
13년 전 조회 6,193
13년 전 조회 2,258
13년 전 조회 2,467
13년 전 조회 2,583
13년 전 조회 1만
13년 전 조회 3,089
13년 전 조회 4,168
13년 전 조회 3,304
13년 전 조회 3,533
13년 전 조회 3,628
13년 전 조회 2,401
13년 전 조회 2,615
13년 전 조회 1.9만
13년 전 조회 3,974
13년 전 조회 5,959
13년 전 조회 3,029
13년 전 조회 3,744
13년 전 조회 3,475
13년 전 조회 1.7만
13년 전 조회 2,395
13년 전 조회 2,553
13년 전 조회 2,319
13년 전 조회 3,280
13년 전 조회 4,808
13년 전 조회 4,728
13년 전 조회 3,781
13년 전 조회 6,988
13년 전 조회 4,429
13년 전 조회 7,347
13년 전 조회 3,257
13년 전 조회 2.2만
13년 전 조회 2,482
13년 전 조회 3,004
13년 전 조회 1.8만
13년 전 조회 4,074
13년 전 조회 2,610
13년 전 조회 5,080