このdivを縦に整列させるのに助けてください。secondDiv
がfirstDiv
になるようにしてください。私は多くの投稿を見ましたが、それを解決できない人は誰でも私のコードを変更してそれを動作させることができます。html div縦方向の整列
<div>
<div style="position:relative;width:800px;margin:0;padding:0">
<div id="firstDiv" style="text-align:center;position:absolute;margin-top:0">
<div>
<span>
<input type="submit" title="" value="Select Photos From Your Computer"
name="sendBtn">
</span>
</div>
<div style="width:492px;height:20px;position:absolute;top:8px;overflow:hidden;z-index:100">
<form target="msa_frame" name="picForm" id="picForm" method="post" enctype="multipart/form-data">
<input type="file" style="opacity:0;font-size:20px;" accept="image/*"
name="d" id="d">
</form>
</div>
</div>
<div id="secondDiv" style="text-align:center;margin:3px 0 12px;">
<span>You can add upto</span>
<span style="font-weight:bold">3 Photos</span>
</div>
</div>
</div>
私は最初のdivで見ることができますが、私はボタンとファイルの入力を絶対的に見ているので、ユーザーはボタンをクリックしていると信じています。とにかく絶対的なものを取り除かずにこの機能が必要です。 –
@saravananshanmugavel私は本当にあなたがやろうとしていることを理解していない...おそらく、あなたが直面している問題で質問を更新する - – ManseUK
申し訳ありませんyarはそれが感謝した位置を削除した後それを得ました –