Browser compatibility problem...

  • Thread starter Thread starter conckrish
  • Start date Start date
C

conckrish

Hi All,

I have an asp.net application which contains one signup form.When
I run in IE 6.0,its working fine as for my design.. But when I run in
Mozilla, there are some 10 - 15 px extra bottom -padding between each
textbox control.( I have placed the whole form inside a table and each
textbox contols in diff cells of the table and each cells having
corresponding CSS ).. Anyone tell me how to avoid this Browser
compatibility problem.How to set common CSS property to all browsers?


Thanx,
Robert
 
I reckon this question is more appropriate for the
microsoft.public.dotnet.framework.aspnet group, not this one - there are
more guys specific to you problem

Hi All,

I have an asp.net application which contains one signup form.When
I run in IE 6.0,its working fine as for my design.. But when I run in
Mozilla, there are some 10 - 15 px extra bottom -padding between each
textbox control.( I have placed the whole form inside a table and each
textbox contols in diff cells of the table and each cells having
corresponding CSS ).. Anyone tell me how to avoid this Browser
compatibility problem.How to set common CSS property to all browsers?

--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top