Button image is not working properly

Koiuy

New Member
I recently added a image to the edit button in \[code\]YII\[/code\]. I do the following,\[code\]'class'=>'CButtonColumn', 'header' => 'Edit', 'template' => '{Edit}', 'buttons' => array( 'Edit' =>array( 'label' => 'Edit', 'imageUrl'=>Yii::app()->request->baseUrl.'/images/Actions-document-edit.ico', ));\[/code\]and css for the button goes like this,\[code\]td.button-column a img { max-height:25px; max-width:25px; }\[/code\]And the actual size of the image Actions-document-edit.ico is 25*25.I have a situation here that, i have an 25*25 image in Google Chrome and 2*2 image in mozilla firefox. Help me to achieve the proper formatting of the image in both the browsers.
TQIYy.png
eZn9E.png
And suggest also the pagenation problem.
 
Back
Top