ExGAssass1n0216 | Date: Thursday, 02.08.2012, 23:18 | Message # 1 |
Group: Users
Posts: 27
Awards: 0
Status: Offline
| i fount some coding for a slideshow but i think i've done something wrong somewhere i was wondering if someone could have a look at it for me and try and see if they can make it work. Thanks!!
<html> <head> <title>Slideshow<title> <link rel="stylesheet" href="nivo-slider.css" type="text/css" media="screen" /> <link rel="stylesheet" href="themesdefault/default.css" type="text/css" media="screen" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script> <script src="jquery.nivo.slider.pack.js" type="text/javascript"></script> </head> <body> <div class="slider-wrapper theme-default"> <div id="slider" class="nivoSlider"> <img src="demo/images/nemo.jpg" alt="" /> <a href="http://dev7studios.com"><img src="demo/images/toystory/.jpg" alt="" title="#htmlcaption" /></a> <img src="demo/images/walle.jpg" alt="" title="This is an example of a caption" /> <img src="demo/images/up.jpg" alt="" /> </div> </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> <script type="text/javascript"> $(window).load(function() { $('#slider').nivoSlider(); }); </script>
</body> </html>
|
|
| |
UndisPuted | Date: Tuesday, 21.08.2012, 23:32 | Message # 2 |
Group: Verified
Posts: 245
Awards: 4
Status: Offline
| Where you got this, is it ucoz related? if not, it could be hard for us to help you with it, im not a coder, sorry.
|
|
| |