幅161px、高さ374pxのテーブルがあり、Firefoxではうまく機能しますが、InternetExplorerでは幅と高さが機能しません。URLは次のとおりです:http://nonudot.io-web.com/demo。
<div class="BottomBorderBoxes">
<table width="200" cellspacing="0" cellpadding="0" border="0" style="font-size:13px;">
<tbody>
<tr>
<td>
<h2>Concern Area 1</h2>
</td>
</tr>
<tr>
<td>Describe Location<br>
(Please Use Street Names)<br>
<br>
<div class="EditingFormControlNestedControl">
<input type="text" class="TextBoxField" id="ctl00_plcMain_CMSEditableRegion2_BizFormControl1_Bizform1_ctl00_Area1_StreetName" maxlength="300" name="ctl00$plcMain$CMSEditableRegion2$BizFormControl1$Bizform1$ctl00$Area1_StreetName">
</div></td>
</tr>
<tr>
<td><br>
City<br>
<div class="EditingFormControlNestedControl">
<input type="text" class="TextBoxField" id="ctl00_plcMain_CMSEditableRegion2_BizFormControl1_Bizform1_ctl00_Area1_City" maxlength="300" name="ctl00$plcMain$CMSEditableRegion2$BizFormControl1$Bizform1$ctl00$Area1_City">
</div></td>
</tr>
<tr>
<td><br>
Type of Issue<br>
<div class="EditingFormControlNestedControl">
<select class="DropDownField" id="ctl00_plcMain_CMSEditableRegion2_BizFormControl1_Bizform1_ctl00_Area1_Issue" name="ctl00$plcMain$CMSEditableRegion2$BizFormControl1$Bizform1$ctl00$Area1_Issue">
<option value="1">Needs curb cut or existing curb cut needs improvement</option>
<option value="2">Needs wheelchair ramp or existing ramp needs improvement</option>
<option value="3">Crosswalk improvements needed</option>
<option value="4">Uneven surface</option>
<option value="5">Other (please indicate below)</option>
</select>
</div> <br>
<div class="EditingFormControlNestedControl">
<input type="text" class="TextBoxField" id="ctl00_plcMain_CMSEditableRegion2_BizFormControl1_Bizform1_ctl00_Area1_IssueComment" maxlength="300" name="ctl00$plcMain$CMSEditableRegion2$BizFormControl1$Bizform1$ctl00$Area1_IssueComment">
</div></td>
</tr>
<tr>
<td><br>
Addtional Input<br>
<div class="EditingFormControlNestedControl">
<textarea class="TextAreaField" id="ctl00_plcMain_CMSEditableRegion2_BizFormControl1_Bizform1_ctl00_Area1_AddInput" cols="20" rows="2" name="ctl00$plcMain$CMSEditableRegion2$BizFormControl1$Bizform1$ctl00$Area1_AddInput"></textarea>
</div><br>
</td>
</tr>
<tr>
<td> </td>
</tr>
</tbody>
これが私のCSSです
.BottomBorderBoxes {
border: 1px solid black;
float: left;
height: 374px;
margin-right: 5px;
margin-top: 10px;
padding: 7px;
width: 161px;}