Click here to Skip to main content
15,903,030 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Me and my friend wrote an ASP code for one company, but my code dosen't work properly on Internet Explorer but it works perfectly on Mozilla.
Posted
Updated 7-Dec-09 2:55am
v2

1 solution

Browser compatibility is an issue with web for long time.

You need to design the web pages in such a way that they look consistent to all.
Apply proper CSS to generate proper output. I think IE8 is somewhat similar in look as with Mozilla.. while IE6 needs a lots to be done.

Hope you could do this. If you find any specific issue, let me know.

Cheers. :rose:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900