How to implement the custom image instead of jquery dialog buttons ? There is standard buttons are there but i have designed new buttons using photoshop with extesion of .png. So i would like to use .png button instead of jquery dialog button.
I hope there is options through css , but if you give me small example, it will be very help to me.
jQuery("#dialog-form").dialog ({
autoOpen: false,
height: 600,
width: 700,
modal: true,
resizable: false,
draggable: false,
buttons : {
"Search" : function() { // dialog button need to be customize.