Creating A Vertical News Slider with jQuery CSS3 - Download Creating A Vertical News Slider with jQuery and CSS3

Download Creating A Vertical News Slider with jQuery and CSS3

Posted on

This time I will share jQuery Plugin and tutorial about Creating A Vertical News Slider with jQuery and CSS3, hope it will help you in programming stack.

Creating A Vertical News Slider with jQuery CSS3 - Download Creating A Vertical News Slider with jQuery and CSS3
File Size: 42.2 KB
Views Total: 9653
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   

A neat and clean content slider built with jQuery and CSS3 that displays headlines on the left along with a preview image and brief description on the right. The current item is highlighted and switches automatically at intervals with smooth CSS3 transition effects.

How to use it:

1. Load the latest version of jQuery library and jQuery Vertical News Slider at the bottom of your page

2 <script src="js/vertical.news.slider.js"></script>

2. Load the required jQuery Vertical News Slider stylesheet file in the header

1 <link rel="stylesheet" href="css/vertical.news.slider.css">

3. Create the html for the content slider

01 <div class="news-holder cf">
02  
03 <ul class="news-headlines">
04 <li class="selected">Title 1</li>
05 <li>Title 2</li>
06 <li>Title 3</li>
07 <li>Title 4</li>
08 <li>Title 5</li>
09 <li>Title 6</li>
10 </ul>
11  
12 <div class="news-preview">
13  
14 <div class="news-content top-content">
15 <img src="1.jpg">
16 <p>Content 1</p>
17 </div>
18  
19 <div class="news-content">
20 <img src="2.jpg">
21 <p>Content 2</p>
22 </div>
23  
24 <div class="news-content">
25 <img src="3.jpg">
26 <p>Content 3</p>
27 </div>
28  
29  
30 <div class="news-content">
31 <img src="4.jpg">
32 <p>Content 4</p>
33 </div>
34  
35  
36 <div class="news-content">
37 <img src="5.jpg">
38 <p>Content 5</p>
39 </div>
40  
41  
42 <div class="news-content">
43 <img src="6.jpg">
44 <p>Content 6</p>
45 </div>
46  
47 </div>
48  
49 </div>

Change log:

2016-11-22

  • fixed for jQuery 1.9+

2014-06-27

  • everted to jquery 1.8.x to fix auto-slider functionality

This awesome jQuery plugin is developed by impressivewebs. For more Advanced Usages, please check the demo page or visit the official website.

source : jqueryscript.net