hi all i have a question about jquery Modal pop up and IE8
i am using jquery library jquery-1.3.2.min.js and i wrote a jquery Function to show a modal pop-up on click event of a certain button ,,this modal pop up contains a grid-view which is bonded with data-view to view data ..the problem is when running the application on Mozilla Firefox the grid view that appears inside the modal pop up is centered and everything is working well and the style is applied correctly,,while when on running the application on IE8 the grid doesn't appear in the center of the window it goes to bottom right i dont know why,,so i figure to add a button and make it appear inside the modal pop up above gridview and onClickEvent of this button i added the code that makes the modal popup pops up ,,so on running for the first time the same problem appears "the button and the grid appears on the bottom right" but after clicking on this button the grid and button are centered and the style applied correclty,,can any one tell me why and help me to fix this issue with out using the button....
thanks in advance