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 / 17 Page
    [ ◎ 프로그램 설치 없이 웹으로 해외에서 한국 생방송을 보는 방법 ]

    ◎ 프로그램 설치 없이 웹으로 해외에서 한국 생방송을 보는 방법WEB상에서 볼 수 있는 방법 중국 연변에 있는 사이트에서 한국 방송을 볼 수 있…

    [ VMware 14 Launch Virtual system black screen / xpenology 실행 … ] 댓글 1

    윈도우10 프로 재설치후 vmware 설치를 최신버전을 받아 설치 후초기 설치 버전 : VMware-workstation-full-14.1.3-…

    [ 나스, tvheadend에 듀얼랜 활용하기....설정 ]

    나스, tvheadend에 듀얼랜 활용하기....설정http://hobby.tw/479◎ ■ ▶ ☞ ♠ 정보찾아 공유 드리며 출처는 링크 참조 …

    [ XPEnology 6.1.X 설치하기 by Quicknick 3.0 부트로더 ] 댓글 1

    XPEnology 6.1.X 설치하기 by Quicknick 3.0 부트로더https://redmilk.co.kr/archives/5841자료 …

    [ VMware ESXi 설치 및 설정 - VMware vSphere 6.7 - VMware DocsPDF ]

    VMware ESXi 설치 및 설정 - VMware vSphere 6.7 - VMware DocsPDF◎ ■ ▶ ☞ ♠ 정보찾아 공유 드리며 출…

    [ 헤놀로지에서 하드가 인식안될때 ]

    헤놀로지에서 하드가 인식안될때부트로더 이미지안에 grub.cfg 수정할때 SataPortMap 값 확인.SATA 하드는 체널 순서대로 메인보드에…

    [ U5PVR)TVHeadend 사용방법 ]

    ◎ ■ ▶ ☞ ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다. https://11q.kr ♠

    [ 펌)호스팅 – 도메인 IP 설정 xpenolgy ddns 설정 ]

    ■ 카페24가) 네임서버 정보변경나의 서비스관리 > 도메인 관리로 이동합니다.http://hosting.cafe24.com/?control…

    [ Synology 3에 Ubuntu를 설치하는 방법 ]

    Synology3에Ubuntu를 설치하는 방법이 항목은Synology에게시되었습니다.2018 년 8 월 13 일에 의해pavelsklenar이 …

    [ synology mailplusserver mailplus 접속 수발신 불가능 // mailserver 로 … ] 댓글 1

    synology mailplusserver mailplus 접속 수발신 불가로 // mailserver 로 변경 메일 수발신 확인synology…

    [ xpenology 네티브usb부팅 사용자 set vid=0x???? set pid=0x???? grub.… ] 댓글 2

    xpenology 네티브 usb부팅 사용자 set vid=0x0fce set pid=0xe134 grub.cfg 파일 수정하기주)메모리 홀더 스…

    [ 네이버 폰트 a시네마B.ttf a시네마M.ttf a시네마L.ttf ]

    네이버 폰트 a시네마B.ttf a시네마M.ttf a시네마L.ttf 입니다파일 클릭후 아래와 같이 나오면 설치하면 됩니다◎ ■ ▶ ☞ ♠ 정보찾아…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-06-26 16:57:37

    오늘의 홈 현황


    • 현재 접속자♨ 823 명
    • 오늘 가입자※ 0 명
    • 어제 가입자※ 2 명
    • 주간 가입자※ 8 명
    • 오늘 방문자 2,007 명
    • 어제 방문자 2,051 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,396,614 명
    • 전체 게시물※ 8,655 개
    • 전체 댓글수※ 24,772 개
    • 전체 회원수 11,068 명

    QR코드


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

    알림 0








    최신글↑