Is there a way to replace the standard jQuery dialog buttons with custom images? I have created new buttons in Photoshop with a .png extension and would like to use them instead of the default dialog buttons.
I think this can be done through CSS, but if you could provide a small example, it would greatly assist me.
jQuery("#dialog-form").dialog ({
autoOpen: false,
height: 600,
width: 700,
modal: true,
resizable: false,
draggable: false,
buttons : {
"Search" : function() { // need to customize the dialog button.