Board logo

标题: [ASP] 防止大图片撑破表格代码 [打印本页]

作者: shillan    时间: 2006-11-12 22:22     标题: 防止大图片撑破表格代码

在css文件中加入如下代码:
img {
max-width: 500px; width:expression(this.width > 500 ? "500px" : this.width)
}

如:
<style type="text/css">
<!--
img {
max-width: 500px; width:expression(this.width > 500 ? "500px" : this.width)
}
-->
</style>
作者: kalidoit    时间: 2006-11-13 10:23

已经会了,顶
作者: lovethis    时间: 2008-8-23 14:17

真的




欢迎光临 逐梦论坛 (http://temp2023.zhumeng.org/) Powered by Discuz! 7.2