DESCRIPTION
geckoFix is a robust tool allowing you to detect old versions of Gecko-based browsers (like SeaMonkey or Firefox older than 3.0) and fix browsers incompabitibility. It simply allows you to overlap the CSS rules which causes errors - they're all in an external file so you won't have mess in your stylesheets.
USAGE
TO-DO
- Implement easy selecting of what browsers you want to catch by the script.
- Improve the demo with some graphics (but it shows what browsers the script affects at the moment and that's the most important).
- Create some more detailed docs that the one you're seeing right now.
VERSION HISTORY
1.1
- Publicly available completely standalone script (previously it used jQuery framework to switch styles)
- Fixed some browser detection problems
- Fix rules moved to a separate file
- Script runs instantly without waiting for whole site to load (including images)
1.0
- First, non-public version.
- Script haven't detected Firefox browsers properly and worked only with classes specified in JS file.