[jQuery] Re: show many news in one screen instead of one with Newsticker

2008-10-10 Thread Sam Collett
Not tested this yet, but the code would need to be tweaked. Change el.items = $("li", el); to el.items = $("> li", el); And then use lists within lists: News 1 ... News 10 News 11 ... News 20 Hope this helps. -- Sam On

[jQuery] Re: show many news in one screen instead of one with Newsticker

2008-10-10 Thread Sam Collett
Not tested this yet, but the code would need to be tweaked. Change el.items = $("li", el); to el.items = $("> li", el); And then use lists within lists: News 1 ... News 10 News 11 ... News 20 Hope this helps. -- Sam On