Using ArcGIS JS API, what is the proper method of embedding a combo box into the footer? Footer ends up at top of page with a strange box element next to my combo box.
<table>
<td>
<div id="footer" class="roundedCorners" data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'bottom'">
<td align="left" style="width: 70%">
<select id="Select1" dojotype="dijit.form.ComboBox" autocomplete="true" hasdownarrow="true"
style="width: 250px; background-color:Black; font:black; color: white;" onchange="ValidateRequestType">
</div></td></table>
#footer {
border: solid 1px #7EABCD;
background-color:white;color:peru;font-size:10pt; text-align:center; height:250px; width: inherit;
}
