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">
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.