11.Nas_1


새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사


[ jQuery / Menu / Navigation ] jQuery, CSS로 된 메뉴바

♨ 카랜더 일정 :
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    \r\n
    \r\n
    \r\n

    [ jQuery / Menu / Navigation ] jQuery, CSS로 된 메뉴바

    \r\n\r\n
    \r\n
    \r\n
    \r\n

    Gruve :: [ jQuery / Menu / Navigation ] jQuery, CSS로 된 메뉴바

    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    gruve.tistory.com/3 - 저장된 페이지
    \r\n
    공개적으로 +1했습니다. 실행취소
    \r\n

    [ jQuery / Menu / Navigation ] jQuery, CSS로 된 메뉴바 · Web/Script, jQuery 2012/ 07/24 21:18. [ jQuery / Menu / Navigation ] jQuery, CSS로 된 메뉴바. 심플하고 ...
     

    \r\n

     

    \r\n\r\n
    \r\n
    \r\n

      * {About the Author}
      * {Documentation}
      * {Download}
    HorizontalNav

    \r\n\r\n
    \r\n
    \r\n

    HorizontalNav is a jQuery plugin that spans a horizontal navigation to fit the full width of it's container. If you've ever had to create this effect on a project, you'll know it's pretty annoying to do. But this plugin makes it easy and adds support for IE7.

    \r\n\r\n
    \r\n
    \r\n

    Example One

    \r\n\r\n
    \r\n
    \r\n

    This is an example so you can see the difference between a horizontal navigation with no fixed widths and then with a navigation that has the plugin applied to it. There are no requirements to how you style the navigation and adding padding, margins or borders to any of the elements won't break the effect.
      * {Demo}
      * {JavaScript}
      * {HTML}
      * {CSS}
    Navigation with horizontalNav disabled
      * {Navigation Item}
      * {Work}
      * {Blog}
      * {About}
      * {Contact}

    \r\n\r\n
    \r\n
    \r\n

    Navigation with horizontalNav enabled
      * {Navigation Item}
      * {Work}
      * {Blog}
      * {About}
      * {Contact}
    // When document is ready...
    $(document).ready(function() {
     // Call horizontalNav on the navigations wrapping element
     $('.full-width').horizontalNav({});
    });
    <nav class="horizontal-nav full-width">
     <ul>
      <li><a href="#">Navigation Item</a></li>
      <li><a href="#">Work</a></li>
      <li><a href="#">Blog</a></li>
      <li><a href="#">About</a></li>
      <li><a href="#">Contact</a></li>
     </ul>
    </nav>
    // There is no required CSS for this plugin to work properly
    // but here is what is being used to style this demo
    .horizontal-nav {
     background: #efefef;
     border-radius: 6px;
    }
    .horizontal-nav ul {
     background: #128F9A;
     float: left;
     text-align: center;
     border-radius: 6px;
     border: 1px solid #0e7079;
    }
    .horizontal-nav ul li {
     float: left;
     border-left: 1px solid #0e7079;
    }
    .horizontal-nav ul li:first-child {
     border-left: 0 none;
    }
    .horizontal-nav ul li a {
     display: block;
     padding: 10px 20px;
     color: #fff;
     border-top: 1px solid rgba(255,255,255, 0.25);
     border-left: 1px solid rgba(255,255,255, 0.25);
    }
    .horizontal-nav ul li:first-child a {
     border-left: 0 none;
    }
    .horizontal-nav ul li a:hover {
     background: #12808a;
    }
    .horizontal-nav ul li:first-child a {
     border-top-left-radius: 6px;
     border-bottom-left-radius: 6px;
    }
    .horizontal-nav ul li:last-child a {
     border-top-right-radius: 6px;
     border-bottom-right-radius: 6px;
    }
    Available Options
    Key   Default value   Description   
    responsive   true   This option will allow the navigation to auto adjust when the window is resized. 
    responsiveDelay   100   The amount of time to wait before re-adjusting the navigation on window resize. Value is set in milliseconds. 
    tableDisplay   true   Enables modern browsers to use display: table or set to false to manually calculate the widths of list items.  

    \r\n\r\n
    \r\n
    \r\n

    HorizontalNav is built and maintained by {Sebastian Nitu} and is licensed under a {Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License}. Follow me on {Twitter}, {GitHub} and {Dribbble}.

    \r\n\r\n
    \r\n
    \r\n

    {[Creative Commons License]} 

    \n
    [이 게시물은 관리자님에 의해 2013-11-18 21:29:50 11.H_BBS에서 이동 됨]
    [ 추가 정보 ... 더보기) ]
    뷰PDF 1,2



    office view text|top|||||||||||||

    관련자료

    댓글목록

    등록된 댓글이 없습니다.

    목록

    새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사




    Total 1,675 / 2 Page
    [ 메인메뉴에서 현재 어떤 메뉴가 선택되어 있는지를 보여줍니다. ]

    메인메뉴에서 현재 어떤 메뉴가 선택되어 있는지를 보여줍니다. <a href="<?php echo G4_BBS_URL ?>/gro…

    [ 개인서버 첨부파일 용량 늘리기.. ] 댓글 3

    >>1. 우선 아래부분을 입력한 것을 phpinfo.php로 서버에 저장한다. (저장하는 이름이야 아무거나 해도 상관없슴)2.자신의 …

    [ 포토스테이션 폴더 url연결하기 및 마운트 만들기 ]

    포토스테이션 폴더 url연결하기 및 마운트 만들기♠\r\n♠ https://11q.kr은 정보를 찾아 공유 합니다. https://11q.kr …

    [ 윈도우서버 하이퍼 브이 가상설치 사례 ]

    출처\r\nhttp://m.blog.naver.com/ssychk/220487266181\r\n출처 참조드리며 헤놀로지 윈도우 서버이용 가상서버…

    [ sendmail 설치 및 기본설정 ]

    sendmail 설치 및 기본설정(1)태홍아빠2012.07.18 20:29 댓글수11. 메일이 설치 되어 있는지 확인rpm -qa |grep s…

    [ mariaDB 백업 에러및 mysql 백업 에러 테이블 복구 대응 ]

    mariaDB 백업 에러및 mysql 백업 에러 대응백업에러 발생 hyper backup 지난 실행시 일부 폴더/응용 프로그램을 건너뜀(세부사항…

    [ 작업스케줄러에 Rsync이용 나의 Nas백업 usb에 복사하자 / rsync 를 이용하여 소중한 데이터를 백… ] 댓글 10

    작업스케줄러에 Rsync이용 나의 Nas백업 usb에 복사하자 / rsync 를 이용하여 소중한 데이터를 백업하자.(펌업)나의 web/photo…

    [ simpleviewer(웹에서 이미지 뷰어 소스) ]

    simpleviewer(웹에서 이미지 뷰어 소스)간단한 소스이지만 딜레이나 소스의 편집또한 간단하여 웹에서 이미지를 보여주기 위해 좋은 소스ht…

    [ 작업1차)dns server 서브도매인 설정하기 ] 댓글 1

    dns server 을 설정 내용과 dsm 포트 접속과 mailplus 접속 서브도매인 설정하기dsm.11q.kr 접속시 자동으로 11q.kr:…

    [ [Synology Nas] web server 재시작 / 재부팅 명령어 및 각종 환경설정 파일 경로와 쉘 … ]

    시놀로지 아파치 재시작 하고자방법1) 시놀 서버를 재부팅 하고자 한다면 > sudo reboot> purrty 에 접속 실행 합니다방…

    [ Nmap ( "Network Mapper") GUI 버전 zenmap 을 이용한 port scan 하기 ]

    Nmap ( "Network Mapper")은 네트워크 검색 및 보안 감사를위한 무료 오픈 소스 ( 라이센스 ) 유틸리티입니다. 또한 많은 시스…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-06-26 18:21:31

    오늘의 홈 현황


    • 현재 접속자♨ 784 명
    • 오늘 가입자※ 1 명
    • 어제 가입자※ 2 명
    • 주간 가입자※ 8 명
    • 오늘 방문자 2,127 명
    • 어제 방문자 2,051 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,396,734 명
    • 전체 게시물※ 8,656 개
    • 전체 댓글수※ 24,773 개
    • 전체 회원수 11,069 명

    QR코드


    ☞ QR코드 스캔은 kakao앱 자체 QR코드

    알림 0








    최신글↑