我想將practiceType div放在practice div塊的中間。這是一個jQuery的移動頁面。這是我的代碼。如何在一個jQuery的移動頁面上垂直放置一個DIV
<body>
<div data-role="page" id="practice" >
<!-- /header -->
<div data-role="header" id="appheader">
<h2 style="text-align:center;">XXX - Practice Test</h2>
</div>
<!-- /content -->
<div role="main" class="ui-content" id="practiceType" style="margin-top:25%;margin-bottom:25%;">
<div data-role="main" class="ui-content" >
<a href="#" class="ui-btn ui-corner-all">MATH PRACTICE TEST </a>
<a href="#" class="ui-btn ui-corner-all">ELA PRATICE TEST</a>
</div>
</div>
<!-- /footer -->
<div data-role="footer" data-position="fixed" data-tap-toggle="false" id="appfooter" >
<h6>Comprehensive Learning Resources</h6>
</div>
</div><!-- /page -->
</body>
</html>
的可能的複製[如何垂直居中一個div所有的瀏覽器?(http://stackoverflow.com /問題/ 396145 /如何到垂直中心-A-DIV參加的所有的瀏覽器) –