ブックマーク / www.oseaco8.com (1)

  • IE9でflex-wrapが使えない問題に悩まされる。

    IE9問題に悩まされる日々を過ごしております。 display:flexが真っ直ぐになったりしてレイアウト崩れを起こす 下記サイトを参考にいたしました。 —————– http://blog.cror.net/flexibility.html —————– まず、display:flexを直す まず、flexibility.jsをダウンロードしてきます。 (フォルダの一番上にいるよ~) —————– https://github.com/jonathantneal/flexibility —————– 任意の場所に下記を挿入。 <!--[if lte IE 9]> <script src="js/flexibility.js"></script> <script> $(function(){ flexibility(document.documentElement); }); </scri

    IE9でflex-wrapが使えない問題に悩まされる。
    takutao
    takutao 2018/07/30
  • 1