我的 html 中有这个标签:
<img border="0" src="images\Close.gif" alt="بستن" onclick="hideSearchPopUp(id);"/>
在大多数已知的浏览器中没有问题,但在 Internet Explorer 中父<div>
标签会变形。像这张照片:
如您所见,父 div 的高度增加,关闭按钮移至左下角
好像是IE的bug!我为父母设置了高度,但在我设置宽度之前它不起作用!在设置宽度高度后实现,就像我设置的那样。
<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>