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 p
add the following css option to your button:
white-space: nowrap;