[jQuery] Re: multi-leveled jcarousel

2008-02-13 Thread Josh V
yea, you might need to have it nested. ul li - div1 div2 div3 div4 div5 div6 /ul On Feb 6, 7:11 pm, RyanAZ <[EMAIL PROTECTED]> wrote: > does anybody know of a method that allows for two rows of three items > to show up with thejcarouselplugin?

[jQuery] Re: jCarousel infinite loop problem w/ multiple carousels on display: none

2008-02-04 Thread Josh V
todd, how are you building two carousels on the same page? are you using the same css file to build them? how can i build two carousels with while referencing their own stylesheets. On Jan 31, 4:17 pm, Todd <[EMAIL PROTECTED]> wrote: > I actually was able to figure out what the issue was. > > Sin

[jQuery] Re: Multiple jCarousel 's on one page

2008-01-30 Thread Josh V
help. On Jan 25, 10:37 am, Josh V <[EMAIL PROTECTED]> wrote: > hi. > > On Dec 19 2007, 3:02 pm, Josh V <[EMAIL PROTECTED]> wrote: > > > help. > > > On Nov 30, 4:55 pm, Josh V <[EMAIL PROTECTED]> wrote: > > > > anybody? > > > >

[jQuery] hi, im looking for some jcarousel help. more than one on same page?

2008-01-30 Thread Josh V
http://groups.google.com/group/jquery-en/browse_thread/thread/7e44db31deae3703/8909400f98de18c8#8909400f98de18c8

[jQuery] Re: Multiple jCarousel 's on one page

2008-01-25 Thread Josh V
hi. On Dec 19 2007, 3:02 pm, Josh V <[EMAIL PROTECTED]> wrote: > help. > > On Nov 30, 4:55 pm, Josh V <[EMAIL PROTECTED]> wrote: > > > anybody? > > > On Nov 29, 5:03 pm, Josh V <[EMAIL PROTECTED]> wrote: > > > > hi. i have a site where i

[jQuery] Re: Multiple jCarousel 's on one page

2007-12-19 Thread Josh V
help. On Nov 30, 4:55 pm, Josh V <[EMAIL PROTECTED]> wrote: > anybody? > > On Nov 29, 5:03 pm, Josh V <[EMAIL PROTECTED]> wrote: > > > hi. i have a site where i need two different carousels on the same > > page. each carousel has a different purpose wi

[jQuery] Re: Using Superfish with images as triggers (a or img as top level)?

2007-11-30 Thread Josh V
can you place your images in lists. of use lists with background images? On Nov 30, 3:03 pm, Anobjectn <[EMAIL PROTECTED]> wrote: > Hi, Can anyone give me some pointers on how to use Superfish were the > top level triggers are images (or links with images in them)? > Superfish seems to be all s

[jQuery] Re: Multiple jCarousel 's on one page

2007-11-30 Thread Josh V
anybody? On Nov 29, 5:03 pm, Josh V <[EMAIL PROTECTED]> wrote: > hi. i have a site where i need two different carousels on the same > page. each carousel has a different purpose with different items and > different controls. how can i go about getting this done? it seems to > m

[jQuery] Re: quick question, selecting dynamic elements

2007-11-30 Thread Josh V
equal to the selector im trying to select. $(newSpecial) doesn't work, $("newSpecial") doesn't work. i cant figure it out. On Nov 29, 9:38 pm, Josh V <[EMAIL PROTECTED]> wrote: > wow silly me, after all I am trying to target the ID, # would be > useful. :p ill give

[jQuery] Re: quick question, selecting dynamic elements

2007-11-29 Thread Josh V
wow silly me, after all I am trying to target the ID, # would be useful. :p ill give that a try tomorrow. On Nov 29, 7:22 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > On Nov 29, 2007, at 6:04 PM, Josh V wrote: > > > > > > > on click i am storing the ID of an t

[jQuery] Multiple jCarousel 's on one page

2007-11-29 Thread Josh V
hi. i have a site where i need two different carousels on the same page. each carousel has a different purpose with different items and different controls. how can i go about getting this done? it seems to me there would be a css conflict issue with the jquery.jcarousel.css file. how do i specify

[jQuery] quick question, selecting dynamic elements

2007-11-29 Thread Josh V
on click i am storing the ID of an the i clicked. i am then replacing characters in that string to get the desired resulting string. i am then trying to toggle a div whos ID is the resulting string. heres what i got. $("ul#specialsNav li a").click( function(){ var whi

[jQuery] Re: Problem with Jcarousel in IE

2007-11-28 Thread Josh V
try specifying a width on your .jcarousel-clip selector in your jquery.jcarousel.css file On Nov 22, 2:14 pm, Jaxx <[EMAIL PROTECTED]> wrote: > Hello all, > > A friend has asked me to sort their website since the their old web > designers screwed it up, they are usingjcarouselon the main page, in

[jQuery] Re: jCarousel - IE6 issue, carousel overlapping a nested nav

2007-11-17 Thread Josh V
try placing a position: relative; on the parent .

[jQuery] Re: jCarousel - IE6 issue, carousel overlapping a nested nav

2007-11-16 Thread Josh V
anybody? On Nov 14, 10:57 am, Josh V <[EMAIL PROTECTED]> wrote: > Hi, > > Please check out the following url where im using jcarousel to act as > an image slideshow. to the left of the clip container i have a nested > navigation list that is showing underneath the clip co

[jQuery] jCarousel - IE6 issue, carousel overlapping a nested nav

2007-11-14 Thread Josh V
Hi, Please check out the following url where im using jcarousel to act as an image slideshow. to the left of the clip container i have a nested navigation list that is showing underneath the clip container in IE6. the nested navigation toggles on above the clip container just fine in other modern

[jQuery] jCarousel - does this work with jQuery 1.2.1

2007-10-25 Thread Josh V
hi, does it? of course the http://sorgalla.com/ jcarousel/">jCarousel mentions nothing about which jQuery version it is compatible with.

[jQuery] Re: Scrolling a div area without scrolling the page?

2007-10-25 Thread Josh V
guys, any horizontal scrolling? just like, www.panic.com/coda and http://www.hbcweb.com/ On Sep 11, 10:23 am, "Alexandre Plennevaux" <[EMAIL PROTECTED]> wrote: > Check jscrollpane, it has a very nice > $('#anchorlink").scrollTo('#anchorTarget'); functionality > > http://kelvinluck.com/assets/jque

[jQuery] Re: ScrollTo

2007-10-25 Thread Josh V
what about horizontal scrolling panes. the following sites are perfect examples of what i am trying to recreate. www.panic.com/coda and http://www.hbcweb.com/ On Sep 19, 3:25 pm, "John Resig" <[EMAIL PROTECTED]> wrote: > jQuery hasscrollTobuilt straight into core: > > $("html,body").animate({ scr

[jQuery] Re: jQuery.ScrollTo

2007-10-24 Thread Josh V
you post the line where you call the plugin? and if > possible and not too long, the HTML as well or a link to an example. > > Ariel Flesler > > On Oct 23, 4:51 pm, Josh V <[EMAIL PROTECTED]> wrote: > > > hi, im having some issues setting this plugin up. I have the latest &g

[jQuery] Re: jQuery.ScrollTo

2007-10-23 Thread Josh V
hi, im having some issues setting this plugin up. I have the latest ver. of jQuery, 1.2.1 and your plugin. do i have to link to all 3 of your js files to get more horizontal scrolling to work? i am trying to scroll to a inside of another . when i click on the button that should initiate the scrol