Skip navigation
Currently Being Moderated

Help - trying to add a slider to my html page

May 27, 2012 8:10 PM

Tags: #cs5 #help #error #image #jquery #html #dreamweaver #images #code

I'm going to show images of everything i'm dealing with here.

This is inside of a div tag about halfway down my portfolio page..

 

This is what i see

 

what i see.PNG

This is what i want to see (except with black background

expect to see but on black.PNG

Notice mine displays just a loading animation, and no navigation bar either..

 

This is the code they use:

 

<!-- CODE STARTS HERE -->

 

<!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 lang="en">

<head>

<title>Nivo Slider Demo</title>

    <link rel="stylesheet" href="../themes/pascal/pascal.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-pascal">

        <div class="ribbon"></div>

            <div id="slider" class="nivoSlider">

                <img src="images/toystory.jpg" alt="" />

                <a href="http://dev7studios.com"><img src="images/up.jpg" alt="" title="This is an example of a caption" /></a>

                <img src="images/walle.jpg" alt="" data-transition="slideInLeft" />

                <img src="images/nemo.jpg" alt="" title="#htmlcaption" />

 

           </div>

            <div id="htmlcaption" class="nivo-html-caption">

                <strong>This</strong> is an example of a <em>HTML</em> caption with <a href="#">a link</a>.

            </div>

      </div>

 

</div>

    <script type="text/javascript" src="scripts/jquery-1.7.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>

 

<!-- CODE ENDS HERE -->

 

And the css they have:

their css.PNG


And their file list:

 

their file list.PNG

 

I copied it all over, and into my document, everything looks good except it's not showing the images or animating, or showing the navigation bar. Besides that though- everything else is looking good and the rest of my page still functions well.

 

 

Help would be more than appreciated. Sincerely.

 
Replies

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points