好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

如何适应宽度自动换行?_html/css_WEB-ITnose

 	#list {		width:200px;	}	#left {		float:left;		border:1px solid blue;	}	#right {		float:right;		word-break: break-all;		word-wrap: break-word;		/* 		有一前提不能写死width属性		因为像#block那块的#right宽度很明显与上面的不一致了		*/				border:1px solid red;	}	#block {		margin-left:60px;	}	.c {		clear:both;	}	 	

aaa

查看更多关于如何适应宽度自动换行?_html/css_WEB-ITnose的详细内容...

  阅读:34次