Buttons with different length in IE and Netscape

Alex_bg

Newcomer
Joined
Dec 26, 2004
Messages
17
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
 
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.
 
Back
Top