I am running a few instances of jcarousel on Drupal.  I am sending a  
request here (as well as drupal) since I am not sure if this is  
related to jcarousel or to drupal's use of it.  One page has multiple  
carousels (http://mariagwyn.com/home/design-portfolio), another has  
one embedded in a Panel (http://mariagwyn.com/home).  In each case, I  
need to put an empty List item at the end of each set.  If I don't,  
the 'last' real list item does not show.  A mini-version of my code  
is this:
<code><?php
jcarousel_add(mgm);
?>
<script type="text/javascript">
jQuery(document).ready(function() {
    jQuery("#carousel-webs").jcarousel({
                scroll: 2,
                animation: 'slow',
                wrap: 'last'
     });
});
</script>
<div id="carousel-webs-horiz">
<ul id="carousel-webs" class="jcarousel-skin-mgm">
<li><a href="http://www.stnina.org/home.htm"; target="_blank"><img  
src="/drupal/sites/default/mgm-files/special/web/mgm-web-snq.png"  
border="0" width="100" height="100" /></a></li>
<li><a href="http://www.otsamerica.org"; target="_blank"><img src="/ 
drupal/sites/default/mgm-files/special/web/mgm-web-otsa.png"  
border="0" width="100" height="100" /></a></li>
<li></li>
</ul>
</div></code>

I need the empty list item whether I am using my skin or the tango  
default.  I also need it even if I remove all special query  
settings.  This seems a bit strange, and I don't recall having this  
problem the first time I started playing with jcarousel (and of  
course, of which I have no record).<

Many thanks!
Maria
_____
Maria Gwyn McDowell
Doctoral Candidate - Theological Ethics
Boston College
site: http://mariagwyn.com
blog: http://deiprofundis.org

Reply via email to