Internet Explorer和Firefox对齐元素在站点上有所不同

2 html layout internet-explorer

我的网站在Firefox中呈现时,"Find A Maths Tutor"文本正好在"Private Maths Tutor"文本的上方:

Firefox渲染

这就是我想要的.

当在Internet Explorer中呈现相同的页面时,"查找数学导师"文本位于"私人数学导师"的左侧,但位于左侧:

Internet Explorer呈现

如何在Internet Explorer中以与在Firefox中相同的方式使用"查找数学教师"元素?

dur*_*uri 9

在您的标记中有doctype之前的注释:

<!--- start of common-head-and-right.php        -->
Run Code Online (Sandbox Code Playgroud)

这会导致Internet Explorer以怪异模式呈现您的网站,其行为类似于IE5.删除注释,<!doctype>必须是标记中的第一件事.