After trying it out some more I have a few feature suggestions , check
out the following

http://politiek2.howardshome.com/Partijen/tabid/53/hmod/menu/default.aspx?pr=508523

I have the following setting

// Ride the carousel...
jQuery(document).ready(function() {
    jQuery("#mycarousel").jcarousel({
        orientation: "vertical",
        itemWidth : 600,
        itemHeight : 20,
        itemVisible: 10,
        itemScroll: 9,
        scrollAnimation: "slow"
    });
});

but this list only has 6 items to start with so there are 2 disabled
arrows and auto generated height based on the content

Would it be an idea to have it check for the nr of items in the list
and if there are less than or equal to the itemvisible settings then
both images are set to display:none and the hight is calcaulated byt
the real nr of list items times the item height.

This would make it better usable in a dynamic environements where you
dont always exactly know how much items are returned

And if we are on it, is there a feture where we can set a text label
that shows which part of the list you are currently viewing

so if there are 60 items it should say   showing:20/60

Just some suggestions

Armand
On 9/8/06, Armand Datema <[EMAIL PROTECTED]> wrote:
> Hi
>
> Yeah I figured that out allready was just about to mail you ;)
>
> After I added in a test custom button there were no issues and so far
> it works nice in IE Firefox and Opera.
>
> Thanks for the great plugin ( i will let you know when the site goes life )
>
> Armand
>
> On 9/8/06, Jan Sorgalla <[EMAIL PROTECTED]> wrote:
> >
> >
> > Armand Datema wrote:
> > >
> > > Hi
> > >
> > > yeah the display s correct now but I have another weird issue in
> > > firefox and opera.
> > >
> > > When i have clicked the button to go forward there is a page refresh
> > > and then it starts from the start again
> > >
> >
> > It seems that in Firefox and Opera the <button> elements are submit buttons
> > by default (i was sure  unitl today they are type="button"). So, the form
> > which surrounds you whole body gets submitted. The button elements have to
> > be <button type="button">. I changed it in jcarousel.js.
> >
> > Jan
> >
> > --
> > View this message in context: 
> > http://www.nabble.com/jCarousel-tf2205628.html#a6203709
> > Sent from the JQuery forum at Nabble.com.
> >
> >
> > _______________________________________________
> > jQuery mailing list
> > [email protected]
> > http://jquery.com/discuss/
> >
>
>
> --
> Armand Datema
> CTO SchwingSoft
>


-- 
Armand Datema
CTO SchwingSoft

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to