Jenny, The page is not finding the jquery.nivo.slider.pack.js file. Make sure your path is correct.
Dean On Thu, Dec 15, 2011 at 12:51 PM, Jenny Gavin-Wear <[email protected]> wrote: > > Hi all, > > I am sure I am doing something daft. Images are not sliding and I am > getting the following error:- > > Error: $("#slider").nivoSlider is not a function > Source File: > http://chesterfield-fc-trust.fasttrackonline.co.uk/concept/untitled1.cfm > Line: 17 > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml"> > <head> > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > <title>Untitled Document</title> > <link rel="stylesheet" href="nivo-slider.css" type="text/css" media="screen" > /> > > <!--- jquery ---> > <script > src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" > type="text/javascript"></script> > <script src="jquery.nivo.slider.pack.js" type="text/javascript"></script> > > <!--- on load ---> > <script type="text/javascript"> > $(window).load(function() { > $('#slider').nivoSlider({ > }); > }); > </script> > </head> > <body> > > <!--- slide show ---> > <div id="slider" class="nivoSlider"> > <img src="/pageart/stadium-1200.gif" width="1200" height="200" /> > <img src="/pageart/stadium-1200-1.gif" width="1200" height="200" > title="This is an example of a caption" /> > <img src="/pageart/stadium-1200-2.gif" width="1200" height="200" /> > </div> > </body> > </html> > > Thanks in advance for showing me where I've gone wrong! > > Jenny > -- > I am using the free version of SPAMfighter. > We are a community of 7 million users fighting spam. > SPAMfighter has removed 12053 of my spam emails to date. > Get the free SPAMfighter here: http://www.spamfighter.com/len > > The Professional version does not have this message > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349170 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

