bbarakaci / fixto

A jQuery plugin for sticky positioning
MIT License
217 stars 57 forks source link

Does not work on Firefox #41

Closed ghost closed 8 years ago

ghost commented 8 years ago

This JS is perfectly working on chrome but having issues with FireFox.

  1. Stick class is not applying
  2. By default there is some CSS applied - http://bsf.io/xgnwd
bbarakaci commented 8 years ago

Which version of Firefox?

Could you check the development pages linked on the read me section with the same browser to see if examples works properly.

Class will not be applied when native positive sticky is used. You can try to disable native sticky usage. See how to do, on read me section.

On Friday, 10 June 2016, Pratik Chaskar notifications@github.com wrote:

This JS is perfectly working on chrome but having issues with FireFox.

  1. Stick class is not applying
  2. By default there is some CSS applied - http://bsf.io/xgnwd

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bbarakaci/fixto/issues/41, or mute the thread https://github.com/notifications/unsubscribe/ABtwNOSjkfULVGuxKCGuzYeYLXTsgjNjks5qKVf_gaJpZM4Iy5wG .

ghost commented 8 years ago

Hey! Thanks for your help.

I have used useNativeSticky to false & it works perfectly!

http://bsf.io/b2vop