# browserhacks **Repository Path**: hjb2722404/browserhacks ## Basic Information - **Project Name**: browserhacks - **Description**: An extensive list of CSS/JS browserhacks from all over the interwebs. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-04-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Browserhacks.com ================ What's this? ------------ 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. How to? ------- 1. Pick the hack you want 2. Copy it into your stylesheet 3. Add thes style you want between the braces 4. Enjoy the new styles for the browser you targeted! Created by --------- * [Tim Pietrusky](http://twitter.com/timpietrusky) * [Hugo Giraudel](http://twitter.com/hugogiraudel) * [Fabrice Weinberg](http://twitter.com/fweinb) Thanks to --------- * [Joshua Hibbert](https://twitter.com/_joshnh) for the design * [Jeff Clayton](https://github.com/jeffclayton) for his help with testing hacks * [Sara Soueidan](http://twitter.com/sarasoueidan), [Ana Tudor](http://twitter.com/thebabydino), [Mads Cordes](http://twitter.com/mobilpadde) for their kind help * [Paul Irish](http://twitter.com/paul_irish) for [his great post on CSS hacks](http://www.paulirish.com/2009/browser-specific-css-hacks/) * [Keith Clarke](http://twitter.com/keithclarkecouk) for [his @media block CSS hacks](http://blog.keithclark.co.uk/moving-ie-specific-css-into-media-blocks/) * [Nicolas Gallagher](http://twitter.com/necolas) for [his IE CSS hacks](https://gist.github.com/necolas/983116) * And various nice contributors :) Deployment ---------- 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: 1. We pull the repo locally 2. We work on `master` branch 3. We push to `master` 4. We check on [5minfork.com](http://5minfork.com) 5. We go wild with grunt `publish`