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