It's difficult to tell what is b开发者_开发百科eing asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
It's difficult to tell what is b开发者_开发百科eing asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Clicking will not work. Checked source, list is populated with PHP.
It's because your padding on the div on the right is overlaying the left div containing your select:
.right {
float: left;
padding-left: 220px; // <- This line
position: absolute;
top: 58px;
}
精彩评论