1. $("#idForm").dialog();
  2.  
  3. <div id="idForm" title="Identify">
  4. <img src='images/i_info.png'
  5. alt="identify icon"
  6. id='idFormIdentifyIcon'
  7. style="position: relative; top: -20px; left: -20px; z-index: 999999" />
  8. ...other HTML here...
  9. </div>