The way a browser renders the HTML given to it might be different than how other browsers render it, specially when you are using browser specific HTML in your code, style sheets etc. To make your application look the same in different browsersm try to stick to W3C specifications as much as you can.
Read this blog post for details:
http://west-wind.com/weblog/posts/188.aspx
Hope this helps,
Vivek
CodeASP.NET Community Please mark the most helpful reply/replies as "Answer".