Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/35.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
firefox与chrome的CSS差异_Css - Fatal编程技术网

firefox与chrome的CSS差异

firefox与chrome的CSS差异,css,Css,为什么chrome会将我的菜单项放在外框之外 火狐: 铬: <td style="width: 50%; text-align: right; vertical-align: bottom; word-spacing: 20px; padding-bottom: 5px;"> <a href="?lang=ee"><img src="/ikoonid/ee.png"></a> <a style="margin-left: 1px;" hre

为什么chrome会将我的菜单项放在外框之外

火狐:

铬:

<td style="width: 50%; text-align: right; vertical-align: bottom; word-spacing: 20px; padding-bottom: 5px;">
<a href="?lang=ee"><img src="/ikoonid/ee.png"></a> <a style="margin-left: 1px;" href="?lang=en"><img src="/ikoonid/en.png"></a>
<a class="active" href="/">HOME</a>
<a  href="/games">GAMES</a>
<a  href="/search">SEARCH</a>
</td>



尝试添加溢出:可见?建议:显示浏览器看到的HTML代码,而不是PHP代码。PHP与问题无关,并且妨碍了了解实际HTML的问题所在。转到浏览器中的“查看源代码”并将其粘贴到那里。可怕的代码片段,请发布一个不需要PHP的干净片段。为什么您要使用表格进行布局?您能给我们提供足够的HTML来真实再现您在这些图像中显示的内容吗?