标签: css imagebutton
我有一个名为Button-Ok-icon.png(32x32像素)的按钮。创建图像提交按钮时:
<?php echo $this->Form->create(); echo $this->Form->submit('Button-Ok-icon.png'); echo $this->Form->end(); ?>
图像未设置为原始尺寸:32x32像素,缩放非常糟糕:
我保留图片按钮原始尺寸的方式是什么?