You also need a coy of jQuery for the page. The demo page uses version 1.4.2, but only because that was the latest at that time. Version(s) 1.7.x is/are out now, but the last really stable one is 1.6.4, and it outperforms 1.4.2.
Anyways, add the highlighted as shown:
Code:
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Integrated Nanosystems Research Facility</title>
<link rel="stylesheet" href="http://icontablet.com/wp-content/themes/inrf/style.css" type="text/css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script type="text/javascript" src="http://icontablet.com/wp-content/themes/inrf/js/fadeslideshow.js"></script>
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank D . . .
The browser cache may need to be cleared and/or the page refreshed to see changes.
Bookmarks