Top Menu

Nivo jQuery Slider

Nivo Slider is the world’s most popular jQuery image slider, and it’s completely free!

Current Features

  • 16 unique transition effects
  • Simple clean & valid markup
  • Loads of settings to tweak
  • Built in directional and control navigation
  • Supports linking images
  • HTML Captions

Code
 <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd”>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″>
<html >
<head>
    <title>Nivo Slider Demo</title>
    <link rel=”stylesheet” href=”../themes/default/default.css” type=”text/css” media=”screen” />
    <link rel=”stylesheet” href=”../themes/pascal/pascal.css” type=”text/css” media=”screen” />
    <link rel=”stylesheet” href=”../themes/orman/orman.css” type=”text/css” media=”screen” />
    <link rel=”stylesheet” href=”../nivo-slider.css” type=”text/css” media=”screen” />
    <link rel=”stylesheet” href=”style.css” type=”text/css” media=”screen” />
</head>
<body>
    <div id=”wrapper”>
        <div class=”slider-wrapper theme-default”>
            <div id=”slider” class=”nivoSlider”>
                <img src=”images/slider_photo2.jpg” alt=”” width=”800″ height=”300″ />
                <img src=”images/slider_photo3.jpg” alt=”” title=”This is an example of a caption” width=”800″ height=”300″ />
                <img src=”images/slider_photo4.jpg” alt=”” width=”800″ height=”300″ />
                <img src=”images/slider_photo.jpg” alt=”” title=”#htmlcaption” width=”800″ height=”300″ />
            </div>
        </div>

    </div>
    <script type=”text/javascript” src=”scripts/jquery-1.6.1.min.js“></script>
    <script type=”text/javascript” src=”../jquery.nivo.slider.pack.js“></script>
    <script type=”text/javascript”>
    $(window).load(function() {
        $(‘#slider’).nivoSlider();
    });
    </script>
</body>
</html>

click here to demo

About The Author

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Close