I am using CSS Buttons = YES

have changed some of the button values to put custom labels on them. I changed them by adding new definitions in the button_names.php file. Then I substitute my new define in place of the one currently used.

For example I have made new button defines:

define('BUTTON_SUBMIT_ALT', 'Submit the Information');
define('BUTTON_POLL_SUBMIT_ALT', 'VOTE NOW');
define('BUTTON_POLL_COMMENT_SUBMIT_ALT', 'Submit Comment');

I am finding that the width of the button is not being set properly and in some cases the button's width is set too narrow in the style="width:91px;"

You can view an example of this here:
http://jimfrenchproductions.com/zc13...ment&poll_id=1

Does anyone have a solution for this problem?

Thank you for your support,

Pic