I have a problem where I have three floating buttons in a div. one of the buttons has more content that the others, so it\'s taller.
I want to be able to make all bu
How about using min-height? updated fiddle
min-height
.container { width: 320px; } .container button { float: left; background: #FFFFFF; border: 1px solid #CCCCCC; width: 33.33%; min-height: 40px; }
Okay 123 Another Option 456 Nah! 789