How to make an HTML <button> vertifically fill a Table Cell with CSS? -
how can make html <button> vertifically fill table cell css?
i can use width:100% make button horizontally fill table cell css, height:100% doesn't anything.
for example, please see: http://jsfiddle.net/ea5fq/
thanks!
you'll need specify height in pixels in:
height: 100px;
Comments
Post a Comment