Vertical align checkbox / label pairs
This question already has an answer here:
No idea why the browsers do different things, they just always do. As far as this, did you try display:table-cell;
?
another solution:
.checkbox{
vertical-align:-3px;
}
note: it's simple. But not always works fine if the font-size of label is too big.
也许在<input>
上的默认margin / padding正在搞砸了吗?
下一篇: 垂直对齐复选框/标签对