html - What steps could be taken to avoid cross-browser compatability issues? -
Recently, I'm doing a horrible table borders / margins, divas alignment Supports Explorer 6. I know that a lot of people like me are forced to support IE6-IE8, web-kit, and Mozilla-based browsers. I have questions from you: How many important rules are you using before hand, when you are developing in many browsers to save time? How can you prevent yourself from writing incompatible tags? What's the best way to avoid hacking your code? Where do you find research about browser compatibility, do you use any device? When in the end, when do you line up / draw it, attract it? I usually get Firefox (or Safari ) first. It generally produces good results in browsers that are different from IE. I then hit IE8, IE7, then finally IE6. Find out which tags are being tagged to cause you trouble and avoid using them at all costs. It is familiar with issues of each browser. Do not use hacks. Use IE Conditional Comments Using conditional comments, yo...