Slev7n
Slev7n

Reputation: 371

Button alignment disrupted

Button alignment is disrupted when I'm trying to use img tag inside button tags

<div class="con"><button>A</button><button>B</button><button>C</button><button><img src="http://i.imgur.com/Cyhm06w.gif"></button><button>E</button></div>

http://jsfiddle.net/tzawojdj/2/ and things get even worth when I leave button tag empty http://jsfiddle.net/tzawojdj/3/

what causes such behavior?

Upvotes: 0

Views: 45

Answers (1)

oleynikd
oleynikd

Reputation: 932

Add vertical-align:bottom; to your button style

Upvotes: 1

Related Questions