| Author: Meetu Choudhary 16 Oct 2008 | Member Level: Gold | Rating: Points: -20 |
Check this: HOW TO make web pages "cross browser" - http://mvark.blogspot.com/2008/07/how-to-make-web-pages-cross-browser.html
In Firefox, go to Tools > Error console & if you see warnings, try addressing them.
In VS 2008 there is a nice way to validate whether your code meets standards (HTML 4/XHTML etc) & as such renders consistently to a large degree across browsers. Go to Tools > Options | Text Editor | HTML | Validation, pick possibly XHTML 1.0 Transitional and under Options, check Show Errors and opt to see HTML, CSS, JScript errors as warnings.
or you can go for the following links
The CSS and JavaScript support is different between various browsers. In your scenario, I would like to suggest you try to modify your CSS definition to make it cross-browser-compatible, there are also some good articles I would like to suggest you have a look: Cross browser CSS for your site http://friendlybit.com/css/cross-browser-strategies-for-css/ Writing cross-browser CSS http://www.456bereastreet.com/archive/200602/writing_crossbrowser_css/ Browser Detection and Cross Browser Support http://developer.mozilla.org/en/Browser_Detection_and_Cross_Browser_Support == Thanks and regards Meetu Choudhary
|