My web site works just fine with Internet Explorer 6 and 7. But
GridViews,
FormViews and other parts of my site are either overlapping or not
where
they are supposed to be or missing alltogether in FireFox and other
browsers.
Is there a simple way to make my site compatible with most other
commonly
used browsers?
Any help is appreciated.
Thanks,
Trint
> Is there a simple way to make my site compatible with most other
> commonly used browsers?
Yup - make it XHTML-compliant...
1) If you're using Visual Studio.NET 2005, go into Tools, Options, Text
Editor, HTML, Validation and select XHTML 1.0 Transitional, making sure that
all of the check boxes are checked
2) Open up all of your aspx pages one by one and make sure that the Target
Schema for Validation dropdown in the HTML Source Editing toolbar is also
set for XHTML 1.0 Transitional
3) Fix all of the non-XHTML-compliant markup

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
trint - 30 Sep 2007 19:03 GMT
> > Is there a simple way to make my site compatible with most other
> > commonly used browsers?
[quoted text clipped - 14 lines]
> Mark Rae
> ASP.NET MVPhttp://www.markrae.net
Mark,
I am using Visual Studio.NET 2005.
I will try this...Thanks,
Trint
if you used grid mode and set x/y and control sizes it probably does not
work with IE also. switch to large fonts (under desktop setup) and try
your site. you need to use flow layout.
-- bruce (sqlwork.com)
> My web site works just fine with Internet Explorer 6 and 7. But
> GridViews,
[quoted text clipped - 8 lines]
> Thanks,
> Trint