范例必读 (三)[table 中 img 自适应 div 大小缩放]




	
	
	test3






css.css:

	.container{
		margin: 6px;padding:5px;
		border: 1px solid #D0D0D0;
		-webkit-box-shadow: 0 0 8px #D0D0D0;
		background:white;
	}

	.box{ width:50px; border:1px #000 solid;}
	img{ max-width:50px!important; height:auto!important; width:expression(this.width > 50 ? "50px" : this.width)!important;}


你可能感兴趣的:(前端)