Skip to content

IE debug

Sébastien LUCAS edited this page Dec 4, 2013 · 4 revisions
  • Use html 5 boiler plate condition html tag, to target version with css Much more flexible that inserting a new stylesheet per browser

  • Set a clear property background: red; for example to visually check that your browser detection works

  • use modernizr to target poperty relative to their adoption per browser. So the browser that suport a given property must have it's css prefixed with html.propertyName

  • Use the IE debuger of IE8 that is not at all perfect but has the merit to exist.

  • Use the http://crossbrowsertesting.com/ for more complicated configuration

  • Use on a PC chrome extension IE TABS

  • For responsive to works insert https://github.com/scottjehl/Respond

WIKI by Sébastien Lucas CEO & Funder or Bricks

Clone this wiki locally