I think I identified the source of the problem but I am still unclear
how to fix it.  There is this bit which is explained as "offset is
used to move to *exactly* the right place, since I'm using padding on
my example, I need to subtract the amount of padding to
the offset.  Try removing this to get a good idea of the effect"

var offset = parseInt((horizontal ?
  $container.css('paddingTop') :
  $container.css('paddingLeft'))
  || 0) * -1;

I removed it and it fixed the issue I am posting about but otherwise
lost all of its functionality :-/

btw.. I am using the plugin from 
http://jqueryfordesigners.com/coda-slider-effect/

Thanks to anyone who takes the time to help me out with this.


On Nov 22, 12:49 pm, zed <[EMAIL PROTECTED]> wrote:
> Hi, i recently installed another slider on a site and tried something
> new by having the slider span the entire width of the window instead
> of being contained in a box with no overflow.  There seems to be some
> weird bugs now and I was hoping one of the gurus out there could give
> me a hand in identifying what the problem is.
>
> My test site is here:http://www.folkphotography.com/test/dogs/index.html
>
> It seems to work ok in IE7, however when I try it in Firefox, once you
> get to the 10th panel the slider goes back to the beginning, replacing
> panel 1 with 11.  Weird.  I can not figure out where/why Firefox is
> setting this imaginary width to the slider content.  Anyone have any
> ideas about this?
>
> Thanks for any help.
>
> Zac

Reply via email to