为什么我不能点击这个菜单?

时间:2011-06-05 02:23:39

标签: php html input

点击无效。选中的源代码,列表中填充了PHP。

1 个答案:

答案 0 :(得分:3)

这是因为右侧div上的填充覆盖了包含您的选择的左侧div:

.right {
    float: left;
    padding-left: 220px; // <- This line
    position: absolute;
    top: 58px;
}