about the site
This template imports several Javascript files.
- modernizr (MIT and BSD licenses) is a Javascript library that enables HTML5 elements and feature detects.
- jQuery (MIT and GPL licenses) is a Javascript library containing lots of commonly used Javascript functions.
- Sooperfish (GPL license) is a jQuery plugin for the drop-down menu.
- Easing sooper (BSD license) is a jQuery plugin for easing transitions, optimised for the Sooperfish drop-down menu.
- Image fade contains the functions for the gallery image fader.
The image fader has the following format:
<li><img width="450" height="450" src="images/image_name.jpg" alt="image one" /></li>
To add an image to the image fader simply add a new list item (li) to the unordered list (ul) with class="images". You need to specify the width of the image, the height of the image, the src and an 'alt' for the image. If you would like the image to hyperlink to another page, simply add an <a></a> around the <img> tag.
NOTE: Remember to put 'class="show"' on the first <li> in the list, so that the image fader knows which one to start with.