I want to display a pop div that has dynamic data to the center of the screen. I specified height = 300px and width = 70% and overflow scroll:y.
在IE7/IE8中,如果数据尺寸不合适,则分级将适当放在屏幕的中心位置,分机则发生。
但IE6的宽度为70%,根本没有工作。 湿度因数据大小而异。 由于其动态数据,它不受我们控制,而如果我们寻求高分辨率的话,它有时会赢得胜利。
What will be a fix for this? Any input is highly appreciated.
<div id="outerDiv" class="panelDialog" style="position:absolute; display:none; width:70%;">
<div id="div2" title="Search Provider">
<a href="#" id="href1" title="Close">
<img id="img1" title="Close" alt="Close" />
</a>Search Popup
</div>
<div id="div3">
<div style="height: 300px; overflow-y: scroll;">
<TABLE>
<TR>
<TD width="100%"></TD>
</TR>
</TABLE>
<input type="reset" value="Close" id="btn1" name="nae1" class="commandExButton" />
</div>
</div>
</div>