Reputation: 1854
I've been struggling with div alignments for a while. I have one pop-up in which I have 4 inline-block divs. Now when all of them have no content, the alignment seems to be fine. But as soon as I add some input button tags in one of the div, that particular div goes off alignment.
Here is HTML/CSS in jsfiddle
Any suggestions on what's wrong with CSS. Thanks you.
Upvotes: 0
Views: 147
Reputation: 1922
Give .selectDiv "vertical-align:top;" and .vBtnBar "margin:10px;"
Upvotes: 1