怎么把div 中的内容底部对齐?

来源:百度知道 编辑:UC知道 时间:2024/06/05 06:27:40
<div style="border:1px solid #97DAF9;">11</div> 这个11的位置偏上,怎么办?

div中没有直接文字的,也就是说需要设置div框中相应的元素的样式即可,如可以设置表格中table表的样式:
<div class="zj02" style ="width:100%;height:100%;overflow:hidden;">
<form id='modify1' name="modify1" method="post" enctype="multipart/form-data" action="${ctx}/report/rate_exchange.jsp" >
<table class="table_common" id="table1" cellspacing="1" cellpadding="0">
<tr class='title_tr' >
<td style="white-space: nowrap; text-align: center;" colspan="4">
<input type="file" name="fileName" id="filePath">
<input type="button" style="white-space: nowrap; text-align: center;" class="List_Button2" value="<BOC:I18N name="submit"/>" onclick="submitForm1()" />
<input type="reset" style="white-space: nowrap; text-alig