Hi guys,
I had small problem with the dialog. I had a table to nest my stuff
and a div to show as a dialog. Everything seems work fine except that,
the dialog was opened under the table. It looked terrible.
Here is the code:

    <div id="viewBookDialog" title="Chi tiet book">
    chi tiet ve sach herer test first
    </div>
    <table style="width:100%;">
....stuff here ....
    </table>
The viewBookDialog is support to show the dialog.
Instantate dialog:
  $("#viewBookDialog").dialog({
      bgiframe: true,
      autoOpen: false,
      height: 300,
      modal: true,
      position: 'top'
   });

Does anyone have any clue? Please help.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to