Browserhacks is an extensive list of browser specific CSS and JavaScript hacks from all over the interwebs.
Please keep in mind using a hack is not always the perfect solution. It can be useful to fix some weird browser specific bug, but in most cases you should fix your CSS/JS.
- Pick the hack you want
- Copy it into your stylesheet
- Add thes style you want between the braces
- Enjoy the new styles for the browser you targeted!
- Joshua Hibbert for the design
- Jeff Clayton for his help with testing hacks
- Sara Soueidan, Ana Tudor, Mads Cordes for their kind help
- Paul Irish for his great post on CSS hacks
- Keith Clarke for his @media block CSS hacks
- Nicolas Gallagher for his IE CSS hacks
- And various nice contributors :)
Our live stable version is the gh-pages
branch. This is updated through the grunt publish
task.
Our preview/beta version is the master
branch. This is checked with 5minfork.com.
So when we want to do something new:
- We pull the repo locally
- We work on
master
branch - We push to
master
- We check on 5minfork.com
- We go wild with grunt
publish