任何人都可以請幫我調整這個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我absoluting按鈕和文件輸入,使用戶認爲,他們正在點擊按鈕。無論如何,我都需要這個功能,而不必刪除絕對的。 – 2012-04-18 10:03:19
@saravananshanmugavel我真的不明白你想做什麼...也許更新你的問題,你面對的問題 - 而不是問一個關於定位的問題 – ManseUK 2012-04-18 10:07:11
對不起,亞爾得到它後,刪除了它的工作位置感謝 – 2012-04-18 10:23:47