Mike Alsup
Mike Alsup
But not everyone is using pngs with alpha.
Try Cycle2. http://jquery.malsup.com/cycle2 On Mon, Mar 2, 2015 at 9:49 AM, Atul Chaudahry [email protected] wrote: > I wanted to create a responsive slider using cycle.js but it create a >...
z-index values are relative within a stacking context and a container is never stacked below it's children. The best way to address z-index issues is to give the slideshow _container_...
Are you using the latest code?
Try commenting out this line in the shuffle impl: //$(fwd ? this : curr).hide();
I think I just fixed this.
Hmm, what browser were you seeing this problem in?
I don't provide minified versions anymore. But you can easily minify them online if you wish: http://www.refresh-sf.com/yui/ http://closure-compiler.appspot.com/home On Wed, Nov 2, 2011 at 2:38 PM, James Mehorter < [email protected]>wrote:...
That is supposed to be "els", not "else". It's not a typo. "els" is an array of elements. On Mon, Dec 19, 2011 at 7:12 AM, CA-ITRM < [email protected] >...