tgunda
04-04-2006, 05:10 PM
If a <div style="overflow:hidden"> (broad image) </div> structure is embedded into a table, it works fine in Firefox, when the width of the browser window is changed. Only the appropriate part of the image can be seen in the middle column. But in IE this stuff does not work. IE specific bug?
see at:
http://web.interware.hu/frenzy/myst_v/proba.htm
source:
<table cellspacing="0" cellpadding="0" border="1" width="98%" >
<tr>
<td><img src="_tst.jpg" width="160" height="192" border="0" ></td>
<td>
<div style="overflow:hidden">
<img src="todelmer6.jpg" width="1152" height="192" border="0" >
</div>
</td>
<td><img src="_tst.jpg" width="160" height="192" border="0" ></td>
</tr>
</table>
see at:
http://web.interware.hu/frenzy/myst_v/proba.htm
source:
<table cellspacing="0" cellpadding="0" border="1" width="98%" >
<tr>
<td><img src="_tst.jpg" width="160" height="192" border="0" ></td>
<td>
<div style="overflow:hidden">
<img src="todelmer6.jpg" width="1152" height="192" border="0" >
</div>
</td>
<td><img src="_tst.jpg" width="160" height="192" border="0" ></td>
</tr>
</table>