IE that suck ass bastard will not show a new line between DIVs yet FF and Chrome are fine.
Simple stuff Label - textBox and Button <div class="fieldTest"> <asp:Label ID="Label1" CssClass="Red-label" runat="server" Text="Docket Number Query"></asp:Label> <asp:TextBox ID="tbDNQ" runat="server" cssclass="LeftValueColumn"></asp:TextBox> <span ><a class="button" href="#" onclick="this.blur(); return false;"> <span>SEARCH</span></a> </span> </div> This row in IE creates a second column in the same row? <div class="fieldTest"> <asp:Label ID="Label2" CssClass="Tan-label" runat="server" Text="Hearing Date Query"></asp:Label> <asp:TextBox ID="tbHDQ" runat="server" cssclass="LeftValueColumn"></asp:TextBox> <asp:Label ID="Label3" CssClass="Tan-label" runat="server" Text="Docket Type:"></asp:Label> <asp:TextBox ID="tbDT" runat="server" cssclass="LeftValueColumn"></asp:TextBox> <span ><a class="button" href="#" onclick="this.blur(); return false;"> <span>SEARCH</span></a> </span> </div> -- Stephen Russell Sr. Production Systems Programmer CIMSgts 901.246-0159 cell _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

