Need help with dialog when having a table.

Need help with dialog when having a table.


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.