对齐Internet Explorer的左img标记,使父div变形

时间:2013-03-05 10:30:48

标签: html css

我的html中有这个标签:

<img border="0" src="images\Close.gif" alt="بستن" onclick="hideSearchPopUp(id);"/>

大多数已知浏览器都没有问题,但在Internet Explorer中,父<div>标记变形了。 喜欢这张图片:

deformed parent div tag

正如你在这里看到的那样,父div的高度增加,关闭按钮移动到左下角

1 个答案:

答案 0 :(得分:0)

似乎这是IE的错误! 我为父母设置了高度,但是在我设置宽度之前它不起作用! 在设置宽度高度之后,我设置了。

<div id="banner_div" style="overflow: auto; height: 16px; width: 120px;">
        <strong style=" float:right;">
            جستجو
        </strong>
    <img border="0" src="images\Cancel.gif" alt="بستن" onclick="hideSearchPopUp('to1');" align="left">
    <img border="0" src="images\loading.gif" alt="در حال جستجو" style="display:none;  " align="left" name="loading">
</div>