<td>
<form>
<div class="pull-left" style="margin-top: 30px;">
<input name="searchInput" tabindex="0" class="form-control input-sm" id="simple-field" style="min-width: 162px; max-width: 162px;" type="text" placeholder="Enter CI" value="" label="hid">
</div>
<br>
<br>
<div class="pull-left" style="margin-top: 30px;">
<input name="searchInput" tabindex="0" class="margin-5-top form-control input-sm" id="simple-field" style="min-width: 162px; max-width: 162px;" type="text" placeholder="Enter CI" value="" label="hid">
</div>
<br><br>
<div class="pull-left" style="margin-top: 30px;">
<input name="searchInput" tabindex="0" class="margin-5-top form-control input-sm" id="simple-field" style="min-width: 162px; max-width: 162px;" type="text" placeholder="Enter CI" value="" label="hid">
</div>
<br><br>
</form>
<span style="color: rgb(174, 88, 86);">
</span>
</td>
, что приводит к следующей визуализации в IE 11:
У меня вопрос, как мне правильно отобразить это? текстовые формы должны располагаться друг над другом и располагаться не по диагонали (красная стрелка), а по горизонтали.
Любая помощь будет высоко оценена.
Это прекрасно работает в Chrome, кстати.