[jQuery] Re: scrollTo firefox ugliness

2009-03-20 Thread Dan Pouliot
THANK YOU THANK YOU THANK YOU!!! Worked like a charm! On Mar 19, 8:47 pm, mkmanning wrote: > Try changing overflow:auto to overflow:hidden in scroll.css*: > > .section{ >         width:3900px; >         position:relative; >         overflow:auto; > > } > > *n.b.: I only did this in Firebug, so n

[jQuery] Re: scrollTo firefox ugliness

2009-03-19 Thread mkmanning
Try changing overflow:auto to overflow:hidden in scroll.css*: .section{ width:3900px; position:relative; overflow:auto; } *n.b.: I only did this in Firebug, so not promising anything :) On Mar 19, 4:36 pm, Dan Pouliot wrote: > First let me say a great THANKS to Ariel Fl