在过去的几个月里,我一直在学习 div,现在我能够并排对齐 div。
然而,今天我在我的网站上工作,我的 div 突然停止了排队。
有问题的 div 是#dorsey_left
:#dorsey_middle
和#dorsey_right
.
当我#dorsey_left
从HTML
文档中取出#dorsey_middle
并#dorsey_right
正确对齐时。我猜这个问题与 相关#dorsey_left
,但我在代码中找不到任何东西。
这是JsFiddle。
I think you'll find the solution by cleaning up your code. There are numerous syntax errors (unclosed quotes, children of <ul>
that aren't <li>
, etc). If your code passes validation and the problem still exists try to simplify it so you get to the root of the problem by removing things that clearly aren't the problem.
检查每个左边的大小 | 中间 | 对了,还要检查主计数器
本教程将解决您的问题,其中还包含用于水平对齐 3 个 div 的代码 http://codejigz.com/forget-tables-use-divscss-for-page-layouts/