<table>
<tr>
<td> <label>Search name </label></td>
<td> <input type="text" id="searchName" > </td>
</tr>
<tr>....</tr>
<tr>....</tr>
<tr>....</tr>
</table>
So I have table structure like this.When I search name in input box using easyautocomplete plugin,the dropdown list comes which increased the height of
<td> <input type="text" id="searchName" > </td>
and so label of this particular tr and other tr are shifted down. I don't want the the table to shift dynamically