How do make vb.net web application compatible with all latest browsers ??
Posted
by ahmed
on Stack Overflow
See other posts from Stack Overflow
or by ahmed
Published on 2010-02-24T05:31:29Z
Indexed on
2010/03/08
8:06 UTC
Read the original article
Hit count: 246
internet-explorer
How do i make my vb.net application (running on intranet) compatible with all the browsers. The problem is all the text boxes and drop downs size varies when I browse the application in different browsers. For example when I browse in Chrome all the drop downs size changes and textbox becomes small.In IE8 all the dropdowns , comboboxes and the size of the grids gets changed. The combobox in firefox and IE 7 or later gets small in size.Is there any solution for this.
And also I would like to add , the application works perfectly with IE6 only.
© Stack Overflow or respective owner