What are the things to take care, when developing asp.net pages to support browser compatibility?
What I mean is, layout is not properly shown in all browser as required, but working well in some browser. I think this is the major issue to every one to achieve browser compatibility.
A layout doesnt need to look exactly the same in every browser, but it needs to degrade gracefully in order to expose the core functionality.
What I have learned developing layouts for different browsers is that, the less hacks you use, the better.
This should in theory, be increasinly easy to do, with the demise of IE6.
a short list would include:
against the majority of browsers
with your web designers, or have 1
person be both.
be compatible with
weakneses
virtual machines are your friends for cross browser testing, or stand alone (portable) apps.