Haven't gotten too deep when checking it.. but I advice you to use
serialScroll for the prev/next part. It integrates perfectly with
localScroll and both would share one single scrollTo so it's just a
few more bytes.

Cheers
--
Ariel Flesler

On Apr 17, 5:06 pm, Dan Pouliot <danpoul...@gmail.com> wrote:
> I have a web form that I'm using localScroll to 'paginate' the 
> form...https://www.omansion.com/weddings_and_parties/event_request_form/
>
> The form scrolls to the right perfectly in Firefox and Safari, but not
> internet explorer (6 or 7).
>
> It has something to do with the fact that the hrefs of the previous/
> next buttons on the page are assigned dynamically. If I hard code the
> previous and next button hrefs, it works fine in IE. Unfortunately it
> is REALLY cumbersome to re-code this page with hard coded buttons. I'd
> like to keep them dynamic if possible. I don't know much about
> binding, is this a binding issue?
>
> Any ideas would be greatly appreciated!
>
> Dan

Reply via email to