CSS防止图片过大而撑破网页

date:星期三, 二月 10th, 2010 at 3:59 下午 Categories:web

部分文章内容过大
防止DIV 错位
在supersite的CSS里找到的

#textbody img{ width: expression(this.width > 580 ? 580: true); max-width: 580px;  }

Leave a Reply