0
我嘗試在黑莓操作系統5和7中使用div,但我不能得到正確的結果。請指導我.. 或給出一個合適的設計方法。我需要可滾動的div沒有包裝它。如何在電話黑莓os5中使用div?
我嘗試在黑莓操作系統5和7中使用div,但我不能得到正確的結果。請指導我.. 或給出一個合適的設計方法。我需要可滾動的div沒有包裝它。如何在電話黑莓os5中使用div?
格式使用DIV中的PhoneGap黑莓OS5
<div data-role="header">
<h1>Auth Demo</h1>
</div>
<div data-role="content">
<form id="loginForm">
<div data-role="fieldcontain" class="ui-hide-label">
<label for="username">Username:</label>
<input type="text" name="username" id="username" value="" placeholder="Username" />
</div>
<div data-role="fieldcontain" class="ui-hide-label">
<label for="password">Password:</label>
<input type="password" name="password" id="password" value="" placeholder="Password" />
</div>
<input type="submit" value="Login" id="submitButton">
</form>
</div>
<div data-role="footer">
<h4>© Camden Enterprises</h4>
</div>
</div>