Is cross-browser incompatibility really a problem?
Yes, incompatibilities are almost inevitable. A simple webpage is likely to display on all browsers without problems, but the appearance may differ slightly on various browsers. A complex page or a web application may fail on some browsers if it is not properly coded and thoroughly tested.
We are aware of the problems and code websites in a way, which avoids most of them. We use CSS style sheets to ensure a robust, maintainable layout, and we test our sites on multiple browsers to be sure they work properly.

