I\'m using the code below to create a jQuery dialog box. By default there is a close icon on title bar, but I want to add some of the other icons in title bar as well for di
A much simpler method. In the stylesheet:
.ui-dialog .ui-dialog-title { background-image: url('/icons/info.png'); background-repeat: no-repeat; padding-left: 20px; }
This is for a 16x16 image.