To make your Asp.net application compatable with all browsers....
You need to position all the controls of the page in static layout or better put it origanised inside a html table...
Don't assign relative positioning to any control....othe rwise it would wobble ion different browsers...
Hope it helps
You need to position all the controls of the page in static layout or better put it origanised inside a html table...
Don't assign relative positioning to any control....othe rwise it would wobble ion different browsers...
Hope it helps