Hi, are there people out here that have the thumbnails-Banner slider from danielmarseille.
my issue is that the outline items stay underneath each other when i have the slider on homepage.
without banner the Outline works fine. if I put this in a html block i get the same problem.
Could it be the jquery parts??????
'*******************************************************
' java script code banner code
<link href="/thumbnailsBanner/css/allinone_allinone_thumbnailsBanner7.1.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Cabin' rel='stylesheet' type='text/css'>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="/thumbnailsBanner/js/jquery-ui-1.8.16.custom.min.js" type="text/javascript"></script>
<script src="/thumbnailsBanner/js/jquery.ui.touch-punch.min.js" type="text/javascript"></script>
<script src="/thumbnailsBanner/js/allinone_thumbnailsBanner.js" type="text/javascript"></script>
<script src="/thumbnailsBanner/js/reflection.js" type="text/javascript"></script>
<!--[if IE]><script src="/thumbnailsBanner/js/excanvas.compiled.js" type="text/javascript"></script><![endif]-->
<script language="JavaScript">var J = jQuery.noConflict();</script>
<script language="JavaScript">
jQuery(function() {
jQuery('#allinone_thumbnailsBanner_cool').allinone_thumbnailsBanner({
skin: 'cool',
numberOfThumbsPerScreen:7,
width:1110,
height: 384,
autoPlay:5,
thumbsReflection:0
});
});
</script>