Thanks can you help me with another problem I am trying to get a rotating banner to work and even when I use the sample java script I see the image but it does not rotate:
sample script:
<div id="banner"><script src="https://www.bu.edu/nis/lib/jquery/crossslide.js" type="text/javascript"></script><script type="text/javascript">// <![CDATA[
jQuery(document).ready(function($) { $('#bannerimage').crossSlide({ sleep: 2, fade: 2, shuffle: 0 }, [
{ src: 'https://www.heatispower.org/visuals/2010/08/thinkagain1000.jpg' },
{ src: 'https://www.heatispower.org/visuals/2010/08/wastedheatatsunset1000.jpg' },
{ src: 'https://www.heatispower.org/visuals/2010/08/justlikerenewables1000.jpg' },
{ src: 'https://www.heatispower.org/visuals/2010/08/letscaptureit1000.jpg' }
]); });
// ]]></script>
<div id="bannerimage" style="height: 417px; width: 1000px; align: center;"><img src="https://www.heatispower.org/visuals/2010/08/thinkagain1000.jpg" alt="" /></div>
</div>
do I need to add anything else to make it work