防止图片撑破网页的CSS

June 22nd, 2009 6:50 PM

加到你的内容部分尺寸可以自己控制

img {width:expression(this.width>550?"550px":this.width+"px");}

css, 图片撑破网页

Leave a ReplyClick here to cancel reply