Home >Web Front-end >HTML Tutorial >html css problem, really weird_html/css_WEB-ITnose

html css problem, really weird_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:56:541111browse

The problem is this, there is a gap under IE and Chrom

But there is no problem under Firefox. Later I found this using the Chrom debugging tool


I guess that The gap created this gap, please give me an answer. . .

Part of the code:

<!DOCTYPE html ><html lang="zh-CN"><head>  <meta charset="UTF-8">  <link rel="stylesheet" href="__PUBLIC__/Css/common.css">  <link rel="stylesheet" href="__PUBLIC__/Css/style.css">  <script type="text/javascript" src="__PUBLIC__/Js/jquery-1.8.3.min.js"></script>  <script type="text/javascript" src="__PUBLIC__/Js/jquery.SuperSlide.js"></script>  <script type="text/javascript">


Reply to discussion (solution)

It should be caused by the BOM header of the program file

It should be caused by the BOM header of the program file

Yes, I also found the reason myself, it is caused by the BOM.
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