行内の要素とブロック要素の位置付けの問題
2126 ワード
行内要素をブロック要素に設定し、float:left;;;;;;;;一つはfloat:right;
<div class="form-group" style="position:relative;top:10px">
<label for="firstname" style=" display:inline-block;float:left;"> </label>
<input type="text" style="float:right;width:55%;margin-right:5%;" class="form-control" id="admin_name" placeholder=" "/>
<input type="hidden" class="form-control" id="account" />
</div>