P
ProgrammerChicago
I've got a textbox that is used to convey the browser type to the next
page, and it is invisible in every other browser, but on Safari for
the Mac it draws a boundary around it. I've tried visible='false' but
then I can't put text in it. Does anyone know know I can get this to
not appear in Safari?
<asp:TextBox ID="tBrowser" runat="server" BackColor="Transparent"
BorderColor="Transparent" BorderStyle="None" ForeColor="White"
Width="6px" />
page, and it is invisible in every other browser, but on Safari for
the Mac it draws a boundary around it. I've tried visible='false' but
then I can't put text in it. Does anyone know know I can get this to
not appear in Safari?
<asp:TextBox ID="tBrowser" runat="server" BackColor="Transparent"
BorderColor="Transparent" BorderStyle="None" ForeColor="White"
Width="6px" />