|
Rule of thumb, code for Mozilla first then debug for I.E. Mozilla is much more compliant than I.E.
Common problem with I.E. and CSS are: padding, border, position, and a few other things that are not supported at all.
Ways to get around I.E. bugs are to place a child container inside the main container. My home page listed here works in many browsers and, older, non-CSS 2 compliant browsers will simply overlook the CSS and default to plain text.
Validating your URL does not mean it will appear the same in each browser. You have to know the rules of CSS, each browser's limitations, and then use CSS defensively to ensure each browser only sees what you want it to see.
|