Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am developing a web application in asp.net. when i run this application in different browser then look and feel of page is not same. how can i develop an application that will display same in all browser.

If any idea then tell me.


Thanks
Posted

1 solution

One way would be you write and test you application in different browsers that you want to support, there wont be to many(ofcourse there are some) differences in modern browser.
say you write a page on which you have javascript document.all, this wont work in many browser and therefore you should be using document.getElementById().
there is good enough material on internet you can use to find script and properties supported by all browsers.
 
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