溢出的另一轮:IE中的auto

时间:2011-10-19 15:16:54

标签: html css internet-explorer

我的图片宽度太大。               

<table>
    <tbody>
        <tr>    
            <td style="max-width: 800px; overflow-x: auto; position: relative">
                <img style="position: relative" width="1086" height="756" src="my_picture.jpg" id="cropbox" alt="" />
            </td>
        </tr>
    </tbody>
</table>
</body>

我该如何解决这个问题?

1 个答案:

答案 0 :(得分:1)

如果要剪辑图像,请将overflow-x更改为隐藏

如果您希望图像适合单元格,请将图像宽度更改为100%