1 thủ thuật khá đơn giản là chúng ta sử dụng Jquery để làm được slide ảnh đó. Ở bài viết này mình gửi tới các bạn code và hướng dẫn thủ thuật trên blogger
Demo trực tiếp
Code:
<style>
.nivoSlider {
 position:relative;
}
.nivoSlider img {
 position:absolute;
 top:0px;
 left:0px;
}
.nivoSlider a.nivo-imageLink {
 position:absolute;
 top:0px;
 left:0px;
 width:100%;
 height:100%;
 border:0;
 padding:0;
 margin:0;
 z-index:60;
 display:none;
}
/* The slices in the Slider */
.nivo-slice {
 display:block;
 position:absolute;
 z-index:50;
 height:100%;
}
/* Caption styles */
.nivo-caption {
 position:absolute;
 left:0px;
 bottom:0px;
 background:#000;
 color:#fff;
 opacity:0.8; /* Overridden by captionOpacity setting */
 width:100%;
 z-index:89;
}
.nivo-caption p {
 padding:5px;
 margin:0;
}
.nivo-caption a {
 display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
 position:absolute;
 top:45%;
 z-index:99;
 cursor:pointer;
}
.nivo-prevNav {
 left:0px;
}
.nivo-nextNav {
 right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
 position:relative;
 z-index:99;
 cursor:pointer;
}
.nivo-controlNav a.active {
 font-weight:bold;
}
table {
 border-collapse:separate;
 border-spacing:0;
}
caption, th, td {
 text-align:left;
 font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content:"";
}
blockquote, q {
 quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
 display: block;
}
a, a:visited {
 color:#2d3536;
 text-decoration:none;
 border-bottom:1px dotted #826a4d;
}
a:hover, a:active {
 color:#9e805c;
 text-decoration:none;
}
#slider-wrapper {
    background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjAhefSFgAI8rdvYJ6eg-9ePeAGhXb-98W02jvkyqtmOpu2HUeC-S9JKkPk2RNdpeZNMSmSxVivvVnhKkRnOfFttQhGLYwRoWC4VCpSBUQInosZ5A1H-0BDsTYb8_midS36ltmmwsVhYPc/s1600/slider.png) no-repeat;
    width:494px;
    height:310px;
    margin:0 auto;
    padding-top:23px;
    margin-top:50px;
}
#slider {
 position:relative;
    width:430px;
    height:250px;
    margin-left:32px;
 background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJoUaPKRZIqzgFfcoHR0r8MFO9cLOFOoJPbJfMJWrE3MM-onuUICjLDiXfdprpOg4W31ZkAWeI5ELhRjIHX7tlmkF0ChpbW9fGmqeFF2N0uN7G4IEzpBNq6UQh1BZcLUfS4ufyY3pXDwI/s1600/loading.gif) no-repeat 50% 50%;
}
#slider img {
 position:absolute;
 top:0px;
 left:0px;
 display:none;
}
#slider a {
 border:0;
 display:block;
}
.nivo-controlNav {
 position:absolute;
 left:163px;
 bottom:12px;
 background: #000000;
 -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 3px;
    border: 2px solid #CCC;
    opacity: 0.7;
    z-index: 99;
 }
 .nivo-controlNav:hover{opacity: 1;}
 
.nivo-controlNav a {
 display:block;
 width:22px;
 height:22px;
 background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiS65mAcgE9tct-fkD5xt2dWdmdu061cai3IuzD7FQ9tg0SLwEpXN6f345FsLAs6-edw-yTRjlyMWlmr-QcWNekTQ9aX-xe3AW2iRVxdcFO3907-sGzkG9r1aQ7HyZ_OKv89-qYslkPSWE/s1600/bullets.png) no-repeat;
 text-indent:-9999px;
 border:0;
 margin-right:0px;
 float:left;
}
.nivo-controlNav a.active {
 background-position:0 -22px;
}
.nivo-directionNav a {
 display:block;
 width:35px;
 height:65px;
 background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNHNlGlQb4k0Dd5ahl83BMO3zyeYu8tOzQQ9ZXFA1axw7rR09m5AYFAHRx0vLA61H9v0xcVN0kWXqshpMQJPlJ1HY1C33n7_UtwPiQvI4oflyFdAAvaEz2pbdVV4LxFtGT7fzgT68_5LU/s1600/arrows.png) no-repeat;
 text-indent:-9999px;
 border:0;
}
a.nivo-nextNav {
 background-position:-35px 0;
 right: -40px;
}
a.nivo-nextNav:hover{right: -41px;}
a.nivo-prevNav {
 left:-40px;
}
a.nivo-prevNav:hover{left: -41px;}
.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
.nivo-directionNav a{top: 40%;}
.clear {
 clear:both;
}
</style>
    <br />
<div id="wrapper">
<div id="slider-wrapper">
<div class="nivoSlider" id="slider">
<img alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaPJ7SYXGP29GqGh2S5IZOZP-95x7hG0mAO9PL9rLWWPsN4NVcXdRSJnB3TmxqbAa3IPp3aPklXudpoAHLP-GuVvjDhOxC7jkYM5EQGLH5tGDsJio_mF7oXH1U5jtXpcCX941vVIfYb1U/s1600/btrix-London_Barrier.jpg" />
<img alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnM655h_knDeyagT41pRruMDgGDpcdPdDUklSDIydRgWEMWCDKqjBdPyVPZuhBFkrP0BeN4QPMnG_Jv9LHK1VNVAYc53ALYq91peVGYIeUbcFF5M2_q0cm4IsszjkuPMoS4HmZTP6b-Ds/s1600/btrix-sunset.jpg" />
<img alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2LKGHnsC-MhW-Fm7x2VzZHOxIZ8P6iZGcuh_TU7H27R1iRL13mhbiB86mKSkL3BPv2PieokyYBUin1-eXKAobgeRpWPabqp3rxvhd_4ZUgoGXJxh3jGDwQ2s1H845OaRUwPQO0fq0yGU/s1600/btrix-car-wallpapers.jpg" />
<img alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbR8aUjMJezhRJEYzYYvKn_NF6ThbhbLcOpucQ5gPlTicDVYUhZshtjKJ7Gm03nKloYkFmTqgglmJbp7QTq03hGv-md40NSvUUxbIPFT4ioL7xZqlJ_9d6R4jBsQgYLutyJ1WuDTDFahI/s1600/btrix-spring-nature.jpg" />
</div>
</div>
</div>
<script src="http://bloggertrixcode.googlecode.com/files/jquery-1.4.3.min.js" type="text/javascript"></script>
<script src="http://bloggertrixcode.googlecode.com/files/jquery.nivo.slider.pack.js" type="text/javascript"></script>
<script type="text/javascript">
    $(window).load(function() {
        $('#slider').nivoSlider({directionNavHide:false});
    });
    </script>
Trong đó:
Code bôi xanh là CSS, Code bôi đỏ là HTML + Javascript.
Link hình ảnh các bạn thay thế bằng ảnh của mình.
Hướng dẫn thêm cho blogspot:
- Thêm 1 tiện ích và dán Code ở trên vào tiện ích đó. Tiện ích HTML/ Javascript đó nên thêm ở trên phần bài đăng.
No comments:
Post a Comment
Đã có một nhận xét mới trên Blog,, cần bạn vào suppost