Word wrapping for button with specified width in ie7?
问题 So I have a submit button with a specified width and the containing text is pulled in from elsewhere, it's dynamic. The problem is that in ie7, the text does not overflow properly and wrap onto a second line, it just runs off into oblivion! Here is the html. <input type="submit" value="<?php echo $dynamic_data ?>" class="custom-submit"> And the css. .custom-submit { height: 76px; white-space: normal; width: 140px; } I have seen people suggest elsewhere to put line breaks into the button's