jquery-based side-bar sharing navigation

Source: Internet
Author: User

Today, we share a jquery-based sidebar sharing navigation. This share button has been fixed on the left side, the mouse through the time protruding display, the sharing buttons for the browser: IE8, 360, FireFox, Chrome, Safari, Opera, Proud tour, Sogou, the window of the world.

Online preview Source Download

The implemented code.

HTML code:

 <Divclass= "ZZSC">        <ahref= "http://www.w2bc.com/"class= "Lanren1">            <imgsrc= "Images/zzsc01.jpg"alt= "Love Programming"width= " the"Height= " the" /></a> <ahref= "http://www.w2bc.com/"class= "Lanren2">                <imgsrc= "Images/zzsc02.jpg"alt= "Love Programming"width= " the"Height= " the" /></a> <ahref= "http://www.w2bc.com/"class= "Lanren3">                    <imgsrc= "Images/zzsc03.jpg"alt= "Love Programming"width= " the"Height= " the" /></a>        <ahref= "http://www.w2bc.com/"class= "Lanren4">            <imgsrc= "Images/zzsc04.jpg"alt= "Love Programming"width= " the"Height= " the" /></a> <ahref= "http://www.w2bc.com/"class= "Lanren5">                <imgsrc= "Images/zzsc05.jpg"alt= "Love Programming"width= " the"Height= " the" /></a>    </Div>

CSS3 Code:

 *        {margin:0;padding:0;List-style:None; }img{Border:0; }Body{background:#ccc; }. ZZSC{width:50px;Height:250px;position:fixed; Left:0;Top:50%;Margin-top:-125px;Z-index: the; }. ZZSC a{width:50px;Height:50px;Line-height:50px;float: Left;Display:Block;text-align: Right; }. Zzsc. Lanren1{background:#305790; }. Zzsc. Lanren2{background:#2BA9D2; }. Zzsc. Lanren3{background:#CF4C3A; }. Zzsc. Lanren4{background:#4698CA; }. Zzsc. Lanren5{background:#F9694E; }

JS Code:

  $ (function  () {            $ ('. ZZSC a '). Hover (function  () {                $ (this). Animate ({width: ' 65px '}, +);             function () {                $ (this). Animate ({width: ' 50px '}, +);});         

via:http://www.w2bc.com/article/20126

jquery-based side-bar sharing navigation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.