タグ

ブックマーク / selector-shell.appspot.com (1)

  • Selector Shell

    Directions Type/paste some handcrafted CSS into the first box. Click the "Test It" button. The second box (and the example divs) show what your browser makes of it. /* Some example CSS */ body .class1 { border-color: black; } /* Gecko hack. */ @-moz-document url-prefix() { body .class1 { border-color: orange; } } /* Pre IE7 hack. */ * html body .class1 { border-color: green; } /* IE7 hack. */ body

    moruzo15
    moruzo15 2009/01/26
    どのブラウザで、どのハックが使えるか
  • 1