I need to set the asterik mark out of textbox on the top right corner but by using below code it is coming on the bottm of textbox on the left side but i need it on top of textbox.How can i do this
<td align="left" id="selectmsg">
<div id='selectval' class='insideSelect newSelect' style="font-weight: normal;width:263px !important;"></div><span class="requiredfields" style="display:inline-flex !important;">*</span>
</td>
inside the div element the text box gets created at runtime