I am trying to have the button to display to the right of the textbox but it's displaying to the bottom in IE7.
<div style="margin-top: 12px; border: 1px red solid" >
<asp:TextBox ID="txtSearh" name="txtSearch" runat="server" ></asp:TextBox>
<button id="Search" accesskey="s" type="submit" runat="server" onserverclick="Search_Click" style="display: inline;float: left">
<span><u>S</u>earch</span></button>
</div>