i’ve got a horizontal scrollTo script running which works great. however if the window is re-sized for any reason the scroll direction changes from horizontal to vertical. anyone have an idea how to fix?
i’m relatively new to jQuery so please be gentle 🙂
On resize the following function is executed:
This effectively restrains a width on
#stagewhich was already set by the scroll plugin (I’m guessing; or css styles)… and I also think you don’t need to set the heights for all the panels..In fact I’m not sure why this function exists, try removing it completely, or partially (without the
#stagecss set or#wrapper, .pagecss set)