私は最新のZurbFoundation(執筆時点では4.0.4)を使用しています。
InternetExplorerで動作させたいのですが。これは可能ですか?
CSSをかなり変更してみましたが、Firefoxのようなレイアウトにはならないようです。
列の表示をインラインに変更しようとしましたが、レイアウトがさらに崩れました。
FFで表示したいメインのhtmlは次のようになります。
<div class="row">
<div class="large-6 columns">
<label for="amount">Amount:</label>
<input id="amount" type="text">
</div>
<div class="large-6 columns">
<label for="isbn">ISBN:</label>
<input maxlength="13" id="isbn" type="text">
</div>
</div>