Would it be possible to use the tabs to the left and right as arrows? Maby assign a function call to the click events? That would make it look a lot like the Firefox tabs.
On 7/3/07, Ganeshji Marwaha <[EMAIL PROTECTED]> wrote: > > I put together a very basic demo page for the jCarouselLite with the tabs > plugin... With some minor css tweaks, it seems to work pretty neat... As > usual IE6 is not playing well, but i am sure this can be solved with some > more css tweaks... > > take a look at http://www.gmarwaha.com/jquery/jcarousellite/tabsTest.php > > It is in normal carousel mode, so the after the last item, u might circle > back to the first one. Ofcourse there is an option called circular:false, > that will disable it. > > Lemme know if this helps. > > -GTG > > On 7/3/07, Ganeshji Marwaha <[EMAIL PROTECTED]> wrote: > > > > to use jCarouselLite as a menu should not be a problem. You need not use > > images as its items. Any HTML markup will work. > > > > Theoritically, tabs plugin should work fine with jCarouselLite. So, try > > it and let us know how it goes. > > > > -GTG > > > > > > On 7/3/07, John Farrar < [EMAIL PROTECTED]> wrote: > > > > > > Now that is something I would like to see... tabsCarousel would be > > > great! > > > > > > On 7/3/07, Kia Niskavaara < [EMAIL PROTECTED] > wrote: > > > > > > > > > > > > > > > > Or is it possible to use the tabs plugin together with the > > > > jCarouselLite/jCarousel plugin? > > > > > > > > Kia Niskavaara wrote: > > > > > I have a long horizontal list, that I use as a menu, that is too > > > > large. Is it possible to use > > > > > jCarouselLite to solve this problem? > > > > > > > > > > In the install page[1] I see this: > > > > > > > > > > <div class="anyClass"> > > > > > <ul> > > > > > <li><img src="someimage" alt="1"></li> > > > > > <li><img src="someimage" alt="2"></li> > > > > > <li><img src="someimage" alt="3"></li> > > > > > <li><img src="someimage" alt="4"></li> > > > > > </ul> > > > > > </div> > > > > > > > > > > But in my case, I don't have any images: > > > > > > > > > > <div class="anyClass"> > > > > > <ul> > > > > > <li><a href="#home">Home</a></li> > > > > > <li><a href="#about">About</a></li> > > > > > <li><a href="#anything">Anything</a></li> > > > > > <li><a href="#anything2">Anything2</a></li> > > > > > <li><a href="#anything3">Anything3</a></li> > > > > > <li><a href="#anything4>Anything4</a></li> > > > > > </ul> > > > > > </div> > > > > > > > > > > Do I need to make any modifications to jCarouselLite to make this > > > > possible? > > > > > > > > > > [1] http://www.gmarwaha.com/jquery/jcarousellite/index.php#install > > > > > > > > > > > > > > > > > > > > > >

