I have launched classifieds asp.net website. Its working fine when i opened it in Internet Explorer Browser but when i opened it in Mozilla FireFox Browser , it does not look as it is in IE. Plz. tell me how can i make asp.net website compatible with Mozilla
and other Browsers?
Generally speaking you have a problem with your CSS code which is known as cross browser compatibility.
However it is hard to get help without well explained problem. SOmetimes it is enough that you fix the float properties but sometimes it may take for a while.
Remember to click Mark As Answer when you get a reply which answers your question.
My Blog: ASP.NET Stuff
Your first step should be to make the rendered HTML of each page of your web site XHTML compliant using the testing tools at
http://validator.w3.org/
I have posted a project on CodePlex to demonstrate techniques for achieving XHTML compliance at
http://xhtmlfix.codeplex.com/.
Once you fix all the XHTML issues, you should very much less cross browser issues.
Click "Mark as Answer" on the post that helped you.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
Click "Mark as Answer" on the post that helped you.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
sky_bobby
Member
5 Points
33 Posts
how to make asp.net website compatible with Mozilla browser?
Jul 26, 2009 04:53 AM|LINK
Hello to all!
I have launched classifieds asp.net website. Its working fine when i opened it in Internet Explorer Browser but when i opened it in Mozilla FireFox Browser , it does not look as it is in IE. Plz. tell me how can i make asp.net website compatible with Mozilla and other Browsers?
Kulrom
Contributor
4820 Points
891 Posts
Re: how to make asp.net website compatible with Mozilla browser?
Jul 26, 2009 06:07 AM|LINK
You may want to check out the following links:
Link 1
Link 2
Generally speaking you have a problem with your CSS code which is known as cross browser compatibility.
However it is hard to get help without well explained problem. SOmetimes it is enough that you fix the float properties but sometimes it may take for a while.
My Blog: ASP.NET Stuff
TATWORTH
All-Star
72415 Points
14017 Posts
MVP
Re: how to make asp.net website compatible with Mozilla browser?
Jul 26, 2009 03:08 PM|LINK
Your first step should be to make the rendered HTML of each page of your web site XHTML compliant using the testing tools at http://validator.w3.org/
I have posted a project on CodePlex to demonstrate techniques for achieving XHTML compliance at http://xhtmlfix.codeplex.com/.
Once you fix all the XHTML issues, you should very much less cross browser issues.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
lingyun2003
Member
23 Points
13 Posts
Re: how to make asp.net website compatible with Mozilla browser?
Sep 18, 2009 05:38 AM|LINK
www.taoshuge.com is compatible with IE6+ FF2.5+ Chrome
TATWORTH
All-Star
72415 Points
14017 Posts
MVP
Re: how to make asp.net website compatible with Mozilla browser?
Sep 19, 2009 11:00 AM|LINK
What is the URL of your web site?
Which version of Visual Studio did you use?
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
IgorB
Contributor
2005 Points
545 Posts
Re: how to make asp.net website compatible with Mozilla browser?
Sep 19, 2009 09:29 PM|LINK
ASP.net website, like any other website, is compatible with any browser, as long as your CSS in order.