normanzb / browserhacks

An extensive list of CSS/JS browserhacks from all over the interwebs.

Home Page:http://browserhacks.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Thanks to

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
  5. We go wild with grunt publish

About

An extensive list of CSS/JS browserhacks from all over the interwebs.

http://browserhacks.com/


Languages

Language:HTML 61.1%Language:JavaScript 22.3%Language:CSS 9.0%Language:Handlebars 6.8%Language:ApacheConf 0.8%