Home >Web Front-end >HTML Tutorial >How to solve the problem that web pages are incompatible in different browsers_html/css_WEB-ITnose

How to solve the problem that web pages are incompatible in different browsers_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:11:011212browse

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


Reply to the discussion (solution)

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.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn