English 中文(简体)
IE 6 width = 70%
原标题:IE 6 width = 70% for a pop up div with dynamic data not working

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>
问题回答

我认为,国际电子计算方法6正在从上述评论中探讨这一问题。

<table width=100%”>

动态表格如下:<table width=100%”><tr><td>data</td></tr></table>

重新确定,作为较低比例或作为六氯乙烯单位,问题是否消失。





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签