Answers
Dec 21, 2006 - 02:28 AM
* Use different CSS style files for every browser, specify exact values with units, avoid leaving attributes to default or browser interpretation
* Stick to standards http://w3.org
* Never use MS stuff for layout.
javascript_browser_detection: http://techpatterns.com/downloads/jav...
http://www.devarticles.com/c/a/Web-St...
http://www.devarticles.com/c/a/Web-St...
CSS:
Mozilla CSS : http://developer.mozilla.org/en/docs/...
MSIE CSS: http://msdn.microsoft.com/workshop/au...
JS:
Mozilla DOM: http://developer.mozilla.org/en/docs/...
MSIE JScript: http://msdn2.microsoft.com/en-US/libr...
Browser support also at http://w3schools.com
Dec 21, 2006 - 02:41 AM
The browser compatibility issue was worse with ASP.NET 1.1, but in ASP.NET 2.0 things have been corrected.
Here's a good list of things to do to avoid/minimize problems:
http://forums.asp.net/thread/1334949....
Here's a link to how to get 1.1 not to downgrade the html, if the user hasn't got an IE browser:
http://weblogs.asp.net/fmarguerie/arc...
Jun 11, 2007 - 07:43 PM
Jun 23, 2009 - 06:35 AM
Apr 28, 2010 - 01:35 PM
Add New Comment