internet explorer - setting min-width for button control in CSS for BPM Coach.The button width should expand wrt text size as well -
i tried set min-width button control in css using in bpm coach.but failed.how can set min-width button? , size of button should increase wrt size of text.
try inline css work.
<input type="button" style="width:50px;height:5em;min-width:40px;" />
Comments
Post a Comment