我的网站边缘存在问题。到目前为止,它看起来就像margin-top在Firefox和IE中都不起作用,而它在Chrome和Opera中完美运行。我不确定究竟是什么问题,我尝试了很多技术并浏览了互联网,但到目前为止还没有我见过的解决方案。
以下是我网站的链接:http://lukgaming.0fees.net/
请查看chrome或opera以了解它应该与Firefox或IE一样。
此外还有另一个问题:Firefox中登录框的相对功能 - 登录框在其他3种浏览器(IE,Chrome和Opera)中运行良好。
任何帮助都将不胜感激。
注意:我指的是所有这些浏览器的最新版本
答案 0 :(得分:0)
您的js文件中包含名为mingle.js
这会导致firefox和chrome出错。 这是js文件末尾的HTML
<div style="text-align: center;"><div style="position:relative; top:0; margin-right:auto;margin-left:auto; z-index:99999">
<!-- Hosting24 Analytics Code -->
<script type="text/javascript" language="javascript" src="http://stats.hosting24.com/do.php"></script>
<noscript>
<a href="http://www.hosting24.com/" target="_blank"><img src="http://stats.hosting24.com/do.php" alt="web hosting" border="0"></a>
</noscript>
<!-- End of Website Analytics Code -->
</div></div>