Alex_bg Posted March 25, 2005 Posted March 25, 2005 Hello, I am using ASP .Net and VB.NET in one web form. I am testitng it with IE 6 and Netscape 7.1 on Suse Linux 9.1, and I have a problem. The buttons (also textboxes, comboboxes), that are desighned with same length in Visual Studio .NET are displayed with different lengths in Netscape 7.1. In IE everything is OK. The targetschema property of the form displayed does not make any change. How can this problem be solved? Thanks, Alex Quote
kahlua001 Posted March 25, 2005 Posted March 25, 2005 Browser controls like dropdownlist, textbox too i think, borrow from the user's system control so they will look like their respective system's controls. You can try use style sheets to override their appearance. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.