0

在过去的几个月里,我一直在学习 div,现在我能够并排对齐 div。

然而,今天我在我的网站上工作,我的 div 突然停止了排队。

有问题的 div 是#dorsey_left#dorsey_middle#dorsey_right.

当我#dorsey_leftHTML文档中取出#dorsey_middle#dorsey_right正确对齐时。我猜这个问题与 相关#dorsey_left,但我在代码中找不到任何东西。

这是JsFiddle

4

4 回答 4

1

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.

于 2012-06-25T03:19:40.287 回答
0

检查每个左边的大小 | 中间 | 对了,还要检查主计数器

于 2012-06-25T03:32:43.603 回答
0

本教程将解决您的问题,其中还包含用于水平对齐 3 个 div 的代码 http://codejigz.com/forget-tables-use-divscss-for-page-layouts/

于 2012-06-25T05:33:57.853 回答
0

布局

这是一些简单的例子,请参考这个

结盟

于 2012-06-25T03:22:23.807 回答