Home >Web Front-end >HTML Tutorial >How to solve the problem that web pages are incompatible in different browsers_html/css_WEB-ITnose
This is accessed via Google Chrome
Firefox
Please tell me how to deal with it. Is there any simpler, faster and less technical solution? Thank you
No, you have to debug it slowly
Write standard xhtml css under DTD , chrome and ff are generally the same, ie6/7 has more bugs, there is no shortcut for this, I have to debug.
Apart from the extra villains in FF, I don’t know which incompatibility you are referring to?
Judging from my troublesome experience in building a website, there is no relatively unified model. You have to use different browsers to debug. You can use IEtest. But it is not completely impossible. When writing code, try to be as standardized as possible. Generally, it is easier to find solutions online by using div layout and some of them display differently.